]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 16 Oct 2022 18:44:32 +0000 (14:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2022 16:57:49 +0000 (17:57 +0100)
commitcec44a375356538d86dd236c1280d931696ca831
tree8c20532129a8814dcba94453254f8fe7d732e71a
parent713d2dfb85bc4b8b99da16169e3681ec4e49f8ef
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors

[ Upstream commit 44b3eb596e2b7136c4a64c393ab1b424b77b53f8 ]

If RECLAIM_COMPLETE sets the NFS4CLNT_BIND_CONN_TO_SESSION flag, then we
need to loop back in order to handle it.

Fixes: 2e558cfdbc50 ("NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfs/nfs4state.c