X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsys_ni.c;h=1ab2370e2efaee04f62334ae98a778ed3bbf9398;hb=f62c6d0a2607b2d1fdf280d4d1467a7a6e24c67d;hp=29196ce9b40f09a9398d78e1c4ee555dd93f6c04;hpb=3e0777b8fa96f7073ed5d13d3bc1d573b766bef9;p=linux-2.6 diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index 29196ce9b4..1ab2370e2e 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);