aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2011-04-15 08:55:44 -0700
committerJames Bottomley <James.Bottomley@suse.de>2011-04-15 13:54:39 -0500
commit1824074b07ee66fa0f714e08579ad85075132d7b (patch)
tree519ca5ff2792a81e1fa5dfdf7c589734ce882f02 /arch/parisc/include
parentb54cd0d5053633373cd3c374aa203024cbf125a0 (diff)
downloadkernel_samsung_smdk4412-1824074b07ee66fa0f714e08579ad85075132d7b.zip
kernel_samsung_smdk4412-1824074b07ee66fa0f714e08579ad85075132d7b.tar.gz
kernel_samsung_smdk4412-1824074b07ee66fa0f714e08579ad85075132d7b.tar.bz2
[PARISC] wire up fanotify syscalls
Cc: stable@kernel.org Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r--arch/parisc/include/asm/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h
index 3eb82c2..09f62a6 100644
--- a/arch/parisc/include/asm/unistd.h
+++ b/arch/parisc/include/asm/unistd.h
@@ -814,8 +814,10 @@
#define __NR_recvmmsg (__NR_Linux + 319)
#define __NR_accept4 (__NR_Linux + 320)
#define __NR_prlimit64 (__NR_Linux + 321)
+#define __NR_fanotify_init (__NR_Linux + 322)
+#define __NR_fanotify_mark (__NR_Linux + 323)
-#define __NR_Linux_syscalls (__NR_prlimit64 + 1)
+#define __NR_Linux_syscalls (__NR_fanotify_mark + 1)
#define __IGNORE_select /* newselect */