fanotify: sys_fanotify_mark declartion
This patch simply declares the new sys_fanotify_mark syscall int fanotify_mark(int fanotify_fd, unsigned int flags, u64_mask, int dfd const char *pathname) Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
parent
52c923dd07
commit
bbaa4168b2
9 changed files with 28 additions and 1 deletions
|
@ -815,6 +815,9 @@ asmlinkage long sys_ppoll(struct pollfd __user *, unsigned int,
|
|||
size_t);
|
||||
asmlinkage long sys_fanotify_init(unsigned int flags, unsigned int event_f_flags,
|
||||
unsigned int priority);
|
||||
asmlinkage long sys_fanotify_mark(int fanotify_fd, unsigned int flags,
|
||||
u64 mask, int fd,
|
||||
const char __user *pathname);
|
||||
|
||||
int kernel_execve(const char *filename, char *const argv[], char *const envp[]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue