Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b5627943ab6fabbc13a45d92683363a3d08a249f
Commit: b5627943ab6fabbc13a45d92683363a3d08a249f
Parent: 5138fde01161cd7976fdc51f6a17da73adaa6baf
Author: Trond Myklebust <[EMAIL PROTECTED]>
AuthorDate: Thu Oct 25 18:42:21 2007 -0400
Committer: Trond Myklebust <[EMAIL PROTECTED]>
CommitDate: Wed Jan 30 02:05:35 2008 -0500
SUNRPC: Remove the now unused function rpc_call_setup()
Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
---
include/linux/sunrpc/clnt.h | 1 -
net/sunrpc/clnt.c | 18 ------------------
2 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h
index c79f2ed..4fc268a 100644
--- a/include/linux/sunrpc/clnt.h
+++ b/include/linux/sunrpc/clnt.h
@@ -126,7 +126,6 @@ int rpcb_register(u32, u32, int, unsigned short,
int *);
int rpcb_getport_sync(struct sockaddr_in *, __u32, __u32, int);
void rpcb_getport_async(struct rpc_task *);
-void rpc_call_setup(struct rpc_task *, const struct rpc_message *,
int);
void rpc_call_start(struct rpc_task *);
int rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg,
int flags, const struct rpc_call_ops *tk_ops,
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index 6eb79c4..e0a5e47 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,
EXPORT_SYMBOL_GPL(rpc_call_async);
void
-rpc_call_setup(struct rpc_task *task, const struct rpc_message *msg, int flags)
-{
- task->tk_msg = *msg;
- task->tk_flags |= flags;
- /* Bind the user cred */
- if (task->tk_msg.rpc_cred != NULL)
- rpcauth_holdcred(task);
- else
- rpcauth_bindcred(task);
-
- if (task->tk_status == 0)
- task->tk_action = call_start;
- else
- task->tk_action = rpc_exit_task;
-}
-EXPORT_SYMBOL_GPL(rpc_call_setup);
-
-void
rpc_call_start(struct rpc_task *task)
{
task->tk_action = call_start;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html