commit | 66ee59af630fd8d5f4f56fb28162857e629aa0ab | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 11 19:56:46 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 12 23:50:23 2015 -0400 |
tree | d1c4293f986fcb20824c90a2ab5f3f4e62543f8a | |
parent | 96b62a57193494010eed66ca0739c93eb4653162 [diff] |
fs: remove ki_nbytes There is no need to pass the total request length in the kiocb, as we already get passed in through the iov_iter argument. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>