aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/syscalls
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-09-25 06:51:43 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2020-10-03 00:02:14 -0400
commit5f764d624a89d4d00d282157077878d4e7c69869 (patch)
tree5ad714ef51e36e78d7e8b4a43e4d9d7fca0c7915 /arch/s390/kernel/syscalls
parentfs: remove various compat readv/writev helpers (diff)
downloadlinux-dev-5f764d624a89d4d00d282157077878d4e7c69869.tar.xz
linux-dev-5f764d624a89d4d00d282157077878d4e7c69869.zip
fs: remove the compat readv/writev syscalls
Now that import_iovec handles compat iovecs, the native readv and writev syscalls can be used for the compat case as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/kernel/syscalls')
-rw-r--r--arch/s390/kernel/syscalls/syscall.tbl4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/kernel/syscalls/syscall.tbl b/arch/s390/kernel/syscalls/syscall.tbl
index 10456bc936fb..6101cf2e004c 100644
--- a/arch/s390/kernel/syscalls/syscall.tbl
+++ b/arch/s390/kernel/syscalls/syscall.tbl
@@ -134,8 +134,8 @@
142 64 select sys_select -
143 common flock sys_flock sys_flock
144 common msync sys_msync sys_msync
-145 common readv sys_readv compat_sys_readv
-146 common writev sys_writev compat_sys_writev
+145 common readv sys_readv sys_readv
+146 common writev sys_writev sys_writev
147 common getsid sys_getsid sys_getsid
148 common fdatasync sys_fdatasync sys_fdatasync
149 common _sysctl - -