Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux...
[deliverable/linux.git] / kernel / sys_ni.c
index c782fe9924c79f052e1b81b7d12bdf53f9991a69..25cc41cd8f3314c75becbf6a668445583bf98582 100644 (file)
@@ -186,3 +186,8 @@ cond_syscall(sys_perf_event_open);
 /* fanotify! */
 cond_syscall(sys_fanotify_init);
 cond_syscall(sys_fanotify_mark);
+
+/* open by handle */
+cond_syscall(sys_name_to_handle_at);
+cond_syscall(sys_open_by_handle_at);
+cond_syscall(compat_sys_open_by_handle_at);
This page took 0.024665 seconds and 5 git commands to generate.