Add fanotify syscalls to <asm-generic/unistd.h>.

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>

+5 -1
+5 -1
include/asm-generic/unistd.h
··· 642 __SYSCALL(__NR_wait4, sys_wait4) 643 #define __NR_prlimit64 261 644 __SYSCALL(__NR_prlimit64, sys_prlimit64) 645 646 #undef __NR_syscalls 647 - #define __NR_syscalls 262 648 649 /* 650 * All syscalls below here should go away really,
··· 642 __SYSCALL(__NR_wait4, sys_wait4) 643 #define __NR_prlimit64 261 644 __SYSCALL(__NR_prlimit64, sys_prlimit64) 645 + #define __NR_fanotify_init 262 646 + __SYSCALL(__NR_fanotify_init, sys_fanotify_init) 647 + #define __NR_fanotify_mark 263 648 + __SYSCALL(__NR_fanotify_mark, sys_fanotify_mark) 649 650 #undef __NR_syscalls 651 + #define __NR_syscalls 264 652 653 /* 654 * All syscalls below here should go away really,