Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Eric Paris <eparis@redhat.com>
···642__SYSCALL(__NR_wait4, sys_wait4)643#define __NR_prlimit64 261644__SYSCALL(__NR_prlimit64, sys_prlimit64)0000645646#undef __NR_syscalls647-#define __NR_syscalls 262648649/*650 * All syscalls below here should go away really,
···642__SYSCALL(__NR_wait4, sys_wait4)643#define __NR_prlimit64 261644__SYSCALL(__NR_prlimit64, sys_prlimit64)645+#define __NR_fanotify_init 262646+__SYSCALL(__NR_fanotify_init, sys_fanotify_init)647+#define __NR_fanotify_mark 263648+__SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)649650#undef __NR_syscalls651+#define __NR_syscalls 264652653/*654 * All syscalls below here should go away really,