commit | 73da852e3831bdc7a38d8d5fba178f35c923b264 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat May 27 11:16:53 2017 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 29 17:49:24 2017 -0400 |
tree | a6a6d7628fd4ba9e7950ff127a4c62e67782953c | |
parent | abbb65899aecfc97bda64b6816d1e501754cfe1f [diff] |
nfsd: use vfs_iter_read/write Instead of messing with the address limit to use vfs_read/vfs_writev. Note that this requires that exported file implement ->read_iter and ->write_iter. All currently exportable file systems do this. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>