Home
last modified time | relevance | path

Searched hist:"85128 b2be6738fe36c224995c5ee80fe80fbb1b5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddirect.cdiff 85128b2be6738fe36c224995c5ee80fe80fbb1b5 Thu Apr 13 08:31:51 CDT 2017 Al Viro <viro@zeniv.linux.org.uk> 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>