[RFC/PATCH 3/5] revoke: wire up i386 system calls

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>

Make revokeat and frevoke system calls available to user-space on i386.

Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
---

 arch/i386/kernel/syscall_table.S |    2 ++
 arch/x86_64/ia32/ia32entry.S     |    2 ++
 include/asm-i386/unistd.h        |    4 +++-
 3 files changed, 7 insertions(+), 1 deletion(-)

Index: 2.6/arch/i386/kernel/syscall_table.S
===================================================================
--- 2.6.orig/arch/i386/kernel/syscall_table.S	2007-05-21 15:38:00.000000000 +0300
+++ 2.6/arch/i386/kernel/syscall_table.S	2007-07-11 11:48:39.000000000 +0300
@@ -323,3 +323,5 @@ 	.long sys_utimensat		/* 320 */
 	.long sys_signalfd
 	.long sys_timerfd
 	.long sys_eventfd
+	.long sys_revokeat
+	.long sys_frevoke		/* 325 */
Index: 2.6/include/asm-i386/unistd.h
===================================================================
--- 2.6.orig/include/asm-i386/unistd.h	2007-05-21 15:38:15.000000000 +0300
+++ 2.6/include/asm-i386/unistd.h	2007-07-11 11:48:39.000000000 +0300
@@ -329,10 +329,12 @@ #define __NR_utimensat		320
 #define __NR_signalfd		321
 #define __NR_timerfd		322
 #define __NR_eventfd		323
+#define __NR_revokeat		324
+#define __NR_frevoke		325
 
 #ifdef __KERNEL__
 
-#define NR_syscalls 324
+#define NR_syscalls 326
 
 #define __ARCH_WANT_IPC_PARSE_VERSION
 #define __ARCH_WANT_OLD_READDIR
Index: 2.6/arch/x86_64/ia32/ia32entry.S
===================================================================
--- 2.6.orig/arch/x86_64/ia32/ia32entry.S	2007-07-06 10:19:44.000000000 +0300
+++ 2.6/arch/x86_64/ia32/ia32entry.S	2007-07-11 11:48:40.000000000 +0300
@@ -719,4 +719,6 @@ 	.quad compat_sys_utimensat	/* 320 */
 	.quad compat_sys_signalfd
 	.quad compat_sys_timerfd
 	.quad sys_eventfd
+	.quad sys_revokeat
+	.quad sys_frevoke		/* 325 */
 ia32_syscall_end:
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux