commit | fda1393938035559b417dd5b26b9cc293a7aee00 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Feb 22 16:34:12 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Feb 25 21:40:42 2008 -0800 |
tree | 8190a6ad7a81974dd5f782f2ab872753742ff68d | |
parent | 96ef13b283934fbf60b732e6c4ce23e8babd0042 [diff] [blame] |
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index fe95bd0..0e209af 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c
@@ -1066,7 +1066,7 @@ if (task->tk_msg.rpc_proc->p_decode != NULL) return; task->tk_action = rpc_exit_task; - rpc_wake_up_task(task); + rpc_wake_up_queued_task(&task->tk_xprt->pending, task); } /*