X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsys_ni.c;h=1ab2370e2efaee04f62334ae98a778ed3bbf9398;hb=e2244ec2efa4ee1edf391d0001d314933e2b2974;hp=29196ce9b40f09a9398d78e1c4ee555dd93f6c04;hpb=3e0777b8fa96f7073ed5d13d3bc1d573b766bef9;p=~andy%2Flinux diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index 29196ce9b40..1ab2370e2ef 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c @@ -79,7 +79,9 @@ cond_syscall(sys_request_key); cond_syscall(sys_keyctl); cond_syscall(compat_sys_keyctl); cond_syscall(compat_sys_socketcall); -cond_syscall(sys_set_zone_reclaim); +cond_syscall(sys_inotify_init); +cond_syscall(sys_inotify_add_watch); +cond_syscall(sys_inotify_rm_watch); /* arch-specific weak syscall entries */ cond_syscall(sys_pciconfig_read);