projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1240602
)
NFS handle NFS4ERR_PARTNER_NO_AUTH error
author
Olga Kornievskaia
<kolga@netapp.com>
Fri, 14 Jun 2019 18:22:12 +0000
(14:22 -0400)
committer
Olga Kornievskaia
<olga.kornievskaia@gmail.com>
Wed, 9 Oct 2019 16:06:15 +0000
(12:06 -0400)
When a destination server sends a READ to the source server it can
get a NFS4ERR_PARTNER_NO_AUTH, which means a copy needs to be
restarted.
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
fs/nfs/nfs4proc.c
patch
|
blob
|
history
diff --git
a/fs/nfs/nfs4proc.c
b/fs/nfs/nfs4proc.c
index f3a1f8d8e447a0e30efc900b6dd5082444279a5d..a7a55d64352411ae5f36977c581ec1390e27e88b 100644
(file)
--- a/
fs/nfs/nfs4proc.c
+++ b/
fs/nfs/nfs4proc.c
@@
-475,6
+475,7
@@
static int nfs4_do_handle_exception(struct nfs_server *server,
case -NFS4ERR_ADMIN_REVOKED:
case -NFS4ERR_EXPIRED:
case -NFS4ERR_BAD_STATEID:
+ case -NFS4ERR_PARTNER_NO_AUTH:
if (inode != NULL && stateid != NULL) {
nfs_inode_find_state_and_recover(inode,
stateid);