mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
nfs41: fix switch in nfs4_handle_exception
Do not fall through and call nfs4_delay on session error handling. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
36bbe34239
commit
b9179237e2
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ static int nfs4_handle_exception(const struct nfs_server *server, int errorcode,
|
|||
errorcode);
|
||||
set_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state);
|
||||
exception->retry = 1;
|
||||
/* FALLTHROUGH */
|
||||
break;
|
||||
#endif /* !defined(CONFIG_NFS_V4_1) */
|
||||
case -NFS4ERR_FILE_OPEN:
|
||||
if (exception->timeout > HZ) {
|
||||
|
|
Loading…
Reference in a new issue