commit | 85128b2be6738fe36c224995c5ee80fe80fbb1b5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 13 09:31:51 2017 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 17 14:23:20 2017 -0400 |
tree | c25285b57766761f1508985be799535075bbf3f5 | |
parent | 71d6ad08379304128e4bdfaf0b4185d54375423e [diff] |
fix nfs O_DIRECT advancing iov_iter too much It leaves the iterator advanced by the amount of IO it has requested instead of the amount actually transferred. Among other things, that confuses the hell out of generic_file_splice_read(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>