linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] x86: wire fsetxattrat, fgetxattrat, flistxattrat, fremovexattrat syscalls
@ 2014-01-20 16:10 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2014-01-20 16:10 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel, viro

Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Florian Weimer <fweimer@redhat.com>
---
 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

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

only message in thread, other threads:[~2014-01-20 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 16:10 [PATCH 3/3] x86: wire fsetxattrat, fgetxattrat, flistxattrat, fremovexattrat syscalls Florian Weimer

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).