diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-25 18:42:21 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-30 02:05:35 -0500 |
commit | b5627943ab6fabbc13a45d92683363a3d08a249f (patch) | |
tree | 2b422b80ed83d5f1df823070815792eba4e0d286 /net/sunrpc | |
parent | 5138fde01161cd7976fdc51f6a17da73adaa6baf (diff) |
SUNRPC: Remove the now unused function rpc_call_setup()
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc')
-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; |