projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba0439
)
NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
author
Trond Myklebust
<trond.myklebust@hammerspace.com>
Sun, 16 Oct 2022 18:44:32 +0000
(14:44 -0400)
committer
Anna Schumaker
<Anna.Schumaker@Netapp.com>
Thu, 27 Oct 2022 19:52:10 +0000
(15:52 -0400)
If RECLAIM_COMPLETE sets the NFS4CLNT_BIND_CONN_TO_SESSION flag, then we
need to loop back in order to handle it.
Fixes: 0048fdd06614 ("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>
fs/nfs/nfs4state.c
patch
|
blob
|
history
diff --git
a/fs/nfs/nfs4state.c
b/fs/nfs/nfs4state.c
index c3503fb26fa271f1073ede4876331aa2df92cb4e..acdc74baec1fa7fc333b7e32bbf0199138746a33 100644
(file)
--- a/
fs/nfs/nfs4state.c
+++ b/
fs/nfs/nfs4state.c
@@
-2670,6
+2670,7
@@
static void nfs4_state_manager(struct nfs_client *clp)
if (status < 0)
goto out_error;
nfs4_state_end_reclaim_reboot(clp);
+ continue;
}
/* Detect expired delegations... */