Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145299
b: refs/heads/master
c: 95baa25
h: refs/heads/master
i:
  145297: a1dd7ca
  145295: 4883b31
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed May 26, 2009
1 parent 1210a8f commit 8ec941e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0367a508af9cf97beb202935bb9ad8883d30cd1
refs/heads/master: 95baa25c7321eb8613246acbf61b97911cc748d3
9 changes: 3 additions & 6 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2594,12 +2594,9 @@ static void nfs4_renew_done(struct rpc_task *task, void *data)
unsigned long timestamp = (unsigned long)data;

if (task->tk_status < 0) {
switch (task->tk_status) {
case -NFS4ERR_STALE_CLIENTID:
case -NFS4ERR_EXPIRED:
case -NFS4ERR_CB_PATH_DOWN:
nfs4_schedule_state_recovery(clp);
}
/* Unless we're shutting down, schedule state recovery! */
if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) != 0)
nfs4_schedule_state_recovery(clp);
return;
}
spin_lock(&clp->cl_lock);
Expand Down

0 comments on commit 8ec941e

Please sign in to comment.