aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-07-05 15:01:36 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-07-05 15:50:19 -0400
commitb15c7cdde4991be5058f442c6d08d404d56f662c (patch)
tree1d0ac35b947eb2630e9e0e5fa8e1510dc94e87db /fs
parentNFSv4.1: Handle SEQ4_STATUS_BACKCHANNEL_FAULT correctly (diff)
downloadlinux-dev-b15c7cdde4991be5058f442c6d08d404d56f662c.tar.xz
linux-dev-b15c7cdde4991be5058f442c6d08d404d56f662c.zip
NFSv4.1: nfs41_sequence_done should handle sequence flag errors
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/nfs4proc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 6f228b5af819..1607b41a6d84 100644
--- 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: