]> git.hungrycats.org Git - linux/commitdiff
xattr.patch
authorPaul Mackerras <paulus@cargo.(none)>
Mon, 18 Feb 2002 21:19:38 +0000 (08:19 +1100)
committerPaul Mackerras <paulus@cargo.(none)>
Mon, 18 Feb 2002 21:19:38 +0000 (08:19 +1100)
arch/ppc/kernel/misc.S
include/asm-ppc/unistd.h

index 155e510dd3d07e2ef4ce768f7ba4e6ca040023d0..c3f1a448616d5dc8131c1347c3a8818820aaa208 100644 (file)
@@ -1234,6 +1234,18 @@ _GLOBAL(sys_call_table)
        .long sys_mincore
        .long sys_gettid
        .long sys_tkill
+       .long sys_setxattr
+       .long sys_lsetxattr     /* 210 */
+       .long sys_fsetxattr
+       .long sys_getxattr
+       .long sys_lgetxattr
+       .long sys_fgetxattr
+       .long sys_listxattr     /* 215 */
+       .long sys_llistxattr
+       .long sys_flistxattr
+       .long sys_removexattr
+       .long sys_lremovexattr
+       .long sys_fremovexattr  /* 220 */
        .rept NR_syscalls-(.-sys_call_table)/4
                .long sys_ni_syscall
        .endr
index c2d1e8edd5d820f52c2dac063bcad37c480c8717..3e1bd01ed08f72cd15df8c974e0d1baa2c0f6c10 100644 (file)
 #define __NR_mincore           206
 #define __NR_gettid            207
 #define __NR_tkill             208
+#define __NR_setxattr          209
+#define __NR_lsetxattr         210
+#define __NR_fsetxattr         211
+#define __NR_getxattr          212
+#define __NR_lgetxattr         213
+#define __NR_fgetxattr         214
+#define __NR_listxattr         215
+#define __NR_llistxattr                216
+#define __NR_flistxattr                217
+#define __NR_removexattr       218
+#define __NR_lremovexattr      219
+#define __NR_fremovexattr      220
 
 #define __NR(n)        #n