]> git.baikalelectronics.ru Git - kernel.git/commit
fs: remove do_compat_readv_writev
authorChristoph Hellwig <hch@lst.de>
Sat, 27 May 2017 08:16:47 +0000 (11:16 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 29 Jun 2017 21:49:21 +0000 (17:49 -0400)
commitbcb6e922432df671c964f0677be2aed2e17e7458
tree4e9ff5c7208689d1f5ea6b1be535b97219fd380a
parent3c80351fcbe4802509d19192fe476f7cc04590d5
fs: remove do_compat_readv_writev

opencode it in both callers to simplify the call stack a bit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c