mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 08:00:09 +00:00
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>
This commit is contained in:
parent
e798bd95b6
commit
60c9834238
@ -1496,6 +1496,7 @@ sys_call_table:
|
|||||||
.long sys_signalfd
|
.long sys_signalfd
|
||||||
.long sys_timerfd
|
.long sys_timerfd
|
||||||
.long sys_eventfd
|
.long sys_eventfd
|
||||||
|
.long sys_fallocate
|
||||||
|
|
||||||
|
|
||||||
syscall_table_size = (. - sys_call_table)
|
syscall_table_size = (. - sys_call_table)
|
||||||
|
@ -330,10 +330,11 @@
|
|||||||
#define __NR_signalfd 321
|
#define __NR_signalfd 321
|
||||||
#define __NR_timerfd 322
|
#define __NR_timerfd 322
|
||||||
#define __NR_eventfd 323
|
#define __NR_eventfd 323
|
||||||
|
#define __NR_fallocate 324
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
#define NR_syscalls 324
|
#define NR_syscalls 325
|
||||||
|
|
||||||
#define __ARCH_WANT_IPC_PARSE_VERSION
|
#define __ARCH_WANT_IPC_PARSE_VERSION
|
||||||
/* #define __ARCH_WANT_OLD_READDIR */
|
/* #define __ARCH_WANT_OLD_READDIR */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user