Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206451
b: refs/heads/master
c: c18c821
h: refs/heads/master
i:
  206449: d13be79
  206447: 6a34860
v: v3
  • Loading branch information
Boaz Harrosh authored and J. Bruce Fields committed Aug 6, 2010
1 parent 6c7c0b0 commit ba4b41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 774f8bbd9ef2e71d4ef4b89933d292091d31ca98
refs/heads/master: c18c821fd40ad0ffc199a55be874e556bf999416
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ static void nfsd4_cb_recall_done(struct rpc_task *task, void *calldata)
if (dp->dl_retries--) {
rpc_delay(task, 2*HZ);
task->tk_status = 0;
rpc_restart_call(task);
rpc_restart_call_prepare(task);
return;
} else {
atomic_set(&clp->cl_cb_set, 0);
Expand Down

0 comments on commit ba4b41c

Please sign in to comment.