From: Pekka Enberg <[EMAIL PROTECTED]>

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

Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to