Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Florian Weimer <fweimer@xxxxxxxxxx> --- arch/x86/syscalls/syscall_32.tbl | 4 ++++ arch/x86/syscalls/syscall_64.tbl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/arch/x86/syscalls/syscall_32.tbl b/arch/x86/syscalls/syscall_32.tbl index aabfb83..e9232bb 100644 --- a/arch/x86/syscalls/syscall_32.tbl +++ b/arch/x86/syscalls/syscall_32.tbl @@ -357,3 +357,7 @@ 348 i386 process_vm_writev sys_process_vm_writev compat_sys_process_vm_writev 349 i386 kcmp sys_kcmp 350 i386 finit_module sys_finit_module +351 i386 fsetxattrat sys_fsetxattrat +352 i386 fgetxattrat sys_fgetxattrat +353 i386 flistxattrat sys_flistxattrat +354 i386 fremovexattrat sys_fremovexattrat diff --git a/arch/x86/syscalls/syscall_64.tbl b/arch/x86/syscalls/syscall_64.tbl index 38ae65d..3fab833 100644 --- a/arch/x86/syscalls/syscall_64.tbl +++ b/arch/x86/syscalls/syscall_64.tbl @@ -320,6 +320,10 @@ 311 64 process_vm_writev sys_process_vm_writev 312 common kcmp sys_kcmp 313 common finit_module sys_finit_module +314 common fsetxattrat sys_fsetxattrat +315 common fgetxattrat sys_fgetxattrat +316 common flistxattrat sys_flistxattrat +317 common fremovexattrat sys_fremovexattrat # # x32-specific system call numbers start at 512 to avoid cache impact -- 1.8.3.1 -- 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