Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

FRV: connect up fallocate

Connect up the fallocate() system call.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

David Howells and committed by
Linus Torvalds
60c98342 e798bd95

+3 -1
+1
arch/frv/kernel/entry.S
··· 1496 1496 .long sys_signalfd 1497 1497 .long sys_timerfd 1498 1498 .long sys_eventfd 1499 + .long sys_fallocate 1499 1500 1500 1501 1501 1502 syscall_table_size = (. - sys_call_table)
+2 -1
include/asm-frv/unistd.h
··· 330 330 #define __NR_signalfd 321 331 331 #define __NR_timerfd 322 332 332 #define __NR_eventfd 323 333 + #define __NR_fallocate 324 333 334 334 335 #ifdef __KERNEL__ 335 336 336 - #define NR_syscalls 324 337 + #define NR_syscalls 325 337 338 338 339 #define __ARCH_WANT_IPC_PARSE_VERSION 339 340 /* #define __ARCH_WANT_OLD_READDIR */