projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b135290
)
NFSv4.1: nfs41_sequence_done should handle sequence flag errors
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Sun, 5 Jul 2015 19:01:36 +0000
(15:01 -0400)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Sun, 5 Jul 2015 19:50:19 +0000
(15:50 -0400)
Instead of just kicking off lease recovery, we should look into the
sequence flag errors and handle them.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c
patch
|
blob
|
history
diff --git
a/fs/nfs/nfs4proc.c
b/fs/nfs/nfs4proc.c
index 6f228b5af819ea576240c40869c1da74d823e460..1607b41a6d849f7abcefa884599d1c65c7940841 100644
(file)
--- a/
fs/nfs/nfs4proc.c
+++ b/
fs/nfs/nfs4proc.c
@@
-616,8
+616,7
@@
int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
clp = session->clp;
do_renew_lease(clp, res->sr_timestamp);
/* Check sequence flags */
- if (res->sr_status_flags != 0)
- nfs4_schedule_lease_recovery(clp);
+ nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
nfs41_update_target_slotid(slot->table, slot, res);
break;
case 1: