commit | 6533681890902e3b59bbceaea311760b3791c28d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Dec 11 12:26:15 2020 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 11:55:05 2021 +0100 |
tree | 99f893f185a0ff73190fba725e354d63e21da158 | |
parent | de82ec8e5e8cba33f84ebef26478b636e94a90fb [diff] |
nfsd: Don't set eof on a truncated READ_PLUS [ Upstream commit b68f0cbd3f95f2df81e525c310a41fc73c2ed0d3 ] If the READ_PLUS operation was truncated due to an error, then ensure we clear the 'eof' flag. Fixes: 9f0b5792f07d ("NFSD: Encode a full READ_PLUS reply") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>