mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
[ Upstream commit5d917cba32] If RECLAIM_COMPLETE sets the NFS4CLNT_BIND_CONN_TO_SESSION flag, then we need to loop back in order to handle it. Fixes:0048fdd066("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>
This commit is contained in:
parent
4813dd737d
commit
10c554d722
|
|
@ -2642,6 +2642,7 @@ static void nfs4_state_manager(struct nfs_client *clp)
|
||||||
if (status < 0)
|
if (status < 0)
|
||||||
goto out_error;
|
goto out_error;
|
||||||
nfs4_state_end_reclaim_reboot(clp);
|
nfs4_state_end_reclaim_reboot(clp);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Detect expired delegations... */
|
/* Detect expired delegations... */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user