linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 3/5] revoke: wire up i386 system calls
@ 2007-07-11  9:01 Pekka J Enberg
  0 siblings, 0 replies; only message in thread
From: Pekka J Enberg @ 2007-07-11  9:01 UTC (permalink / raw)
  To: linux-fsdevel

From: Pekka Enberg <penberg@cs.helsinki.fi>

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

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
---

 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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-11  9:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-11  9:01 [RFC/PATCH 3/5] revoke: wire up i386 system calls Pekka J Enberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).