OSDN Git Service

fs: remove do_readv_writev
authorChristoph Hellwig <hch@lst.de>
Sat, 27 May 2017 08:16:46 +0000 (11:16 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 29 Jun 2017 21:49:21 +0000 (17:49 -0400)
commit251b42a1dc641fac3fe412515233d60456180011
tree19fe784d5f1f6a8ada89fd8fc7951904a517ea85
parent20223f0f39ea9d31ece08f04ac79f8c4e8d98246
fs: remove do_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