Skip to content

Commit 5d917cb

Browse files
Trond Myklebustamschuma-ntap
authored andcommitted
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
If RECLAIM_COMPLETE sets the NFS4CLNT_BIND_CONN_TO_SESSION flag, then we need to loop back in order to handle it. Fixes: 0048fdd ("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>
1 parent 1ba0439 commit 5d917cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nfs/nfs4state.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,6 +2670,7 @@ static void nfs4_state_manager(struct nfs_client *clp)
26702670
if (status < 0)
26712671
goto out_error;
26722672
nfs4_state_end_reclaim_reboot(clp);
2673+
continue;
26732674
}
26742675

26752676
/* Detect expired delegations... */

0 commit comments

Comments
 (0)