From 2d91f6df236b85702288590f6fc00b125fafeae9 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Thu, 25 Oct 2007 18:40:21 -0400 Subject: [PATCH] --- yaml --- r: 79589 b: refs/heads/master c: 77de2c590ec72828156d85fa13a96db87301cc68 h: refs/heads/master i: 79587: de46110452c5d652b53353d3e5d9cf332c48426b v: v3 --- [refs] | 2 +- trunk/include/linux/sunrpc/clnt.h | 2 +- trunk/net/sunrpc/clnt.c | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5a6ab11dd235..d9a6fb5806cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5085925902cc4d93b9a4992936edd2aee70a5e15 +refs/heads/master: 77de2c590ec72828156d85fa13a96db87301cc68 diff --git a/trunk/include/linux/sunrpc/clnt.h b/trunk/include/linux/sunrpc/clnt.h index ec9704181f94..c79f2edf0323 100644 --- a/trunk/include/linux/sunrpc/clnt.h +++ b/trunk/include/linux/sunrpc/clnt.h @@ -127,7 +127,7 @@ 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, void *calldata); diff --git a/trunk/net/sunrpc/clnt.c b/trunk/net/sunrpc/clnt.c index aefe3ae218f7..7aeffeebf42d 100644 --- a/trunk/net/sunrpc/clnt.c +++ b/trunk/net/sunrpc/clnt.c @@ -634,6 +634,13 @@ rpc_call_setup(struct rpc_task *task, const struct rpc_message *msg, int flags) } EXPORT_SYMBOL_GPL(rpc_call_setup); +void +rpc_call_start(struct rpc_task *task) +{ + task->tk_action = call_start; +} +EXPORT_SYMBOL_GPL(rpc_call_start); + /** * rpc_peeraddr - extract remote peer address from clnt's xprt * @clnt: RPC client structure