Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60c98342 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

FRV: connect up fallocate



Connect up the fallocate() system call.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e798bd95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1496,6 +1496,7 @@ sys_call_table:
	.long sys_signalfd
	.long sys_timerfd
	.long sys_eventfd
	.long sys_fallocate


syscall_table_size = (. - sys_call_table)
+2 −1
Original line number Diff line number Diff line
@@ -330,10 +330,11 @@
#define __NR_signalfd		321
#define __NR_timerfd		322
#define __NR_eventfd		323
#define __NR_fallocate		324

#ifdef __KERNEL__

#define NR_syscalls 324
#define NR_syscalls 325

#define __ARCH_WANT_IPC_PARSE_VERSION
/* #define __ARCH_WANT_OLD_READDIR */