Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346536
b: refs/heads/master
c: d3edcf9
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Nov 4, 2012
1 parent e052596 commit 103074b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7fc388460e8479c5b3120cb2fcf0e0daec70b93f
refs/heads/master: d3edcf96141a7729b12ef5ecab6d5f634e24c61a
4 changes: 2 additions & 2 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5581,8 +5581,8 @@ static void nfs4_get_lease_time_prepare(struct rpc_task *task,
&data->args->la_seq_args,
&data->res->lr_seq_res, task);

BUG_ON(ret == -EAGAIN);
rpc_call_start(task);
if (ret != -EAGAIN)
rpc_call_start(task);
dprintk("<-- %s\n", __func__);
}

Expand Down

0 comments on commit 103074b

Please sign in to comment.