lib/bug.c: add oops end marker to WARN implementation
[pandora-kernel.git] / kernel / sys_ni.c
index 70f2ea7..bad369e 100644 (file)
@@ -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);