diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/clnt.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 6eb79c49c937..e0a5e47a1d4b 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -614,24 +614,6 @@ rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg, int flags, | |||
614 | EXPORT_SYMBOL_GPL(rpc_call_async); | 614 | EXPORT_SYMBOL_GPL(rpc_call_async); |
615 | 615 | ||
616 | void | 616 | void |
617 | rpc_call_setup(struct rpc_task *task, const struct rpc_message *msg, int flags) | ||
618 | { | ||
619 | task->tk_msg = *msg; | ||
620 | task->tk_flags |= flags; | ||
621 | /* Bind the user cred */ | ||
622 | if (task->tk_msg.rpc_cred != NULL) | ||
623 | rpcauth_holdcred(task); | ||
624 | else | ||
625 | rpcauth_bindcred(task); | ||
626 | |||
627 | if (task->tk_status == 0) | ||
628 | task->tk_action = call_start; | ||
629 | else | ||
630 | task->tk_action = rpc_exit_task; | ||
631 | } | ||
632 | EXPORT_SYMBOL_GPL(rpc_call_setup); | ||
633 | |||
634 | void | ||
635 | rpc_call_start(struct rpc_task *task) | 617 | rpc_call_start(struct rpc_task *task) |
636 | { | 618 | { |
637 | task->tk_action = call_start; | 619 | task->tk_action = call_start; |