X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsys_ni.c;h=bad369ec54036afe9a2c2d87011fc99ea488755b;hb=863a6049202412a6d655d052eb1c45ca7dd74a83;hp=70f2ea758ffec524715554e9e552edab4252ea9e;hpb=a36bf32e9e8a86f291f746b7f8292e042ee04a46;p=pandora-kernel.git diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index 70f2ea758ffe..bad369ec5403 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c @@ -181,3 +181,7 @@ cond_syscall(sys_eventfd2); /* performance counters: */ cond_syscall(sys_perf_event_open); + +/* fanotify! */ +cond_syscall(sys_fanotify_init); +cond_syscall(sys_fanotify_mark);