Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186365
b: refs/heads/master
c: 58255a4
h: refs/heads/master
i:
  186363: 73b7544
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Feb 25, 2010
1 parent 599229c commit d49420e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 978ebd97d1426d5708d3f353179ab81f191a7eeb
refs/heads/master: 58255a4e3ce506b43bb14d5579006731a981490d
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,8 @@ void do_probe_callback(struct nfs4_client *clp)
};
int status;

status = rpc_call_async(cb->cb_client, &msg, RPC_TASK_SOFT,
status = rpc_call_async(cb->cb_client, &msg,
RPC_TASK_SOFT | RPC_TASK_SOFTCONN,
&nfsd4_cb_probe_ops, (void *)clp);
if (status) {
warn_no_callback_path(clp, status);
Expand Down

0 comments on commit d49420e

Please sign in to comment.