commit | 3523a9d45478984169d7f4416a00c83afc964e2a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Sep 25 06:51:42 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 03 00:02:14 2020 -0400 |
tree | 3d9c4441cbafe4694aae9172c3f8a665d959a74b | |
parent | 89cd35c58bc2e36bfdc23dde67a429b08cf4ae03 [diff] |
fs: remove various compat readv/writev helpers Now that import_iovec handles compat iovecs as well, all the duplicated code in the compat readv/writev helpers is not needed. Remove them and switch the compat syscall handlers to use the native helpers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>