projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36bbe34
)
nfs41: fix switch in nfs4_handle_exception
author
Andy Adamson
<andros@netapp.com>
Fri, 4 Dec 2009 20:55:32 +0000
(15:55 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 4 Dec 2009 20:55:32 +0000
(15:55 -0500)
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>
fs/nfs/nfs4proc.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4proc.c
b/fs/nfs/nfs4proc.c
index f0b6d569a50afbd8908cdb189a4b8cb348053d05..d0cb7cb367c1cf79cd748d4b935646c7c10eb561 100644
(file)
--- a/
fs/nfs/nfs4proc.c
+++ b/
fs/nfs/nfs4proc.c
@@
-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) {