Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb4c4e80 authored by Zach Brown's avatar Zach Brown Committed by Al Viro
Browse files

x86: add sys_copy_file_range to syscall tables



Add sys_copy_file_range to the x86 syscall tables.

Signed-off-by: default avatarZach Brown <zab@redhat.com>
[Anna Schumaker: Update syscall number in syscall_32.tbl]
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 29732938
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -383,3 +383,4 @@
374	i386	userfaultfd		sys_userfaultfd
375	i386	membarrier		sys_membarrier
376	i386	mlock2			sys_mlock2
377	i386	copy_file_range		sys_copy_file_range
+1 −0
Original line number Diff line number Diff line
@@ -332,6 +332,7 @@
323	common	userfaultfd		sys_userfaultfd
324	common	membarrier		sys_membarrier
325	common	mlock2			sys_mlock2
326	common	copy_file_range		sys_copy_file_range

#
# x32-specific system call numbers start at 512 to avoid cache impact