fanotify: fanotify_init syscall declaration
This patch defines a new syscall fanotify_init() of the form: int sys_fanotify_init(unsigned int flags, unsigned int event_f_flags, unsigned int priority) This syscall is used to create and fanotify group. This is very similar to the inotify_init() syscall. Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
parent
9dced01a09
commit
11637e4b7d
8 changed files with 25 additions and 2 deletions
|
@ -181,3 +181,6 @@ cond_syscall(sys_eventfd2);
|
|||
|
||||
/* performance counters: */
|
||||
cond_syscall(sys_perf_event_open);
|
||||
|
||||
/* fanotify! */
|
||||
cond_syscall(sys_fanotify_init);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue