You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] inotify: add x86-64 syscall entries
Add inotify syscall entries to x86-64. Signed-off-by: Robert Love <rml@novell.com> Signed-off-by: John McCutchan <ttb@tentacle.dhs.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d25cb934b0
commit
725b38ab54
@@ -565,8 +565,14 @@ __SYSCALL(__NR_keyctl, sys_keyctl)
|
||||
__SYSCALL(__NR_ioprio_set, sys_ioprio_set)
|
||||
#define __NR_ioprio_get 252
|
||||
__SYSCALL(__NR_ioprio_get, sys_ioprio_get)
|
||||
#define __NR_inotify_init 253
|
||||
__SYSCALL(__NR_inotify_init, sys_inotify_init)
|
||||
#define __NR_inotify_add_watch 254
|
||||
__SYSCALL(__NR_inotify_add_watch, sys_inotify_add_watch)
|
||||
#define __NR_inotify_rm_watch 255
|
||||
__SYSCALL(__NR_inotify_rm_watch, sys_inotify_rm_watch)
|
||||
|
||||
#define __NR_syscall_max __NR_ioprio_get
|
||||
#define __NR_syscall_max __NR_inotify_rm_watch
|
||||
#ifndef __NO_STUBS
|
||||
|
||||
/* user-visible error numbers are in the range -1 - -4095 */
|
||||
|
||||
Reference in New Issue
Block a user