SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@ -1066,7 +1066,7 @@ call_transmit(struct rpc_task *task)
|
||||
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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user