NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEID
Ensure that we retry the failed operation... Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Родитель
d530838bfa
Коммит
2c56617d76
|
@ -2595,11 +2595,9 @@ int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct
|
|||
case -NFS4ERR_GRACE:
|
||||
case -NFS4ERR_DELAY:
|
||||
ret = nfs4_delay(server->client, &exception->timeout);
|
||||
if (ret == 0)
|
||||
exception->retry = 1;
|
||||
if (ret != 0)
|
||||
break;
|
||||
case -NFS4ERR_OLD_STATEID:
|
||||
if (ret == 0)
|
||||
exception->retry = 1;
|
||||
}
|
||||
/* We failed to handle the error */
|
||||
|
|
Загрузка…
Ссылка в новой задаче