]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFSv4.1 fix infinite loop on IO BAD_STATEID error
authorOlga Kornievskaia <kolga@netapp.com>
Thu, 30 Mar 2017 17:49:03 +0000 (13:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 07:35:07 +0000 (09:35 +0200)
commit8f5cfd1af06783e4c96d14300d4a3ff2e97da30e
tree9090f4feb2be522f57007074e10c23b2ba82bc8b
parent61e6e72e9f9c0ba43bc6c0d8b2c891f773e23b02
NFSv4.1 fix infinite loop on IO BAD_STATEID error

commit 0e3d3e5df07dcf8a50d96e0ecd6ab9a888f55dfc upstream.

Commit 63d63cbf5e03 "NFSv4.1: Don't recheck delegations that
have already been checked" introduced a regression where when a
client received BAD_STATEID error it would not send any TEST_STATEID
and instead go into an infinite loop of resending the IO that caused
the BAD_STATEID.

Fixes: 63d63cbf5e03 ("NFSv4.1: Don't recheck delegations that have already been checked")
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c