mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
NFS handle NFS4ERR_PARTNER_NO_AUTH error
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>
This commit is contained in:
parent
124060255d
commit
fefa1a812a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue