]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFSv4.2 fix handling of sr_eof in SEEK's reply
authorOlga Kornievskaia <kolga@netapp.com>
Wed, 31 Mar 2021 19:30:25 +0000 (15:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 May 2021 08:38:28 +0000 (10:38 +0200)
commit5b5c74cf45077c49e69c2601e67d472e9944bc1b
tree94917e225ffa2a90b8a5fc550e3e251a0b6a4b43
parent0c5ccd5e2a2e291774618c24c459fa397fd1b7da
NFSv4.2 fix handling of sr_eof in SEEK's reply

[ Upstream commit 73f5c88f521a630ea1628beb9c2d48a2e777a419 ]

Currently the client ignores the value of the sr_eof of the SEEK
operation. According to the spec, if the server didn't find the
requested extent and reached the end of the file, the server
would return sr_eof=true. In case the request for DATA and no
data was found (ie in the middle of the hole), then the lseek
expects that ENXIO would be returned.

Fixes: 1c6dcbe5ceff8 ("NFS: Implement SEEK")
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfs/nfs42proc.c