diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-25 18:40:21 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-30 02:05:31 -0500 |
commit | 77de2c590ec72828156d85fa13a96db87301cc68 (patch) | |
tree | 9e14b6c75df046d406f0652f98eb520db64d3675 /include/linux/sunrpc/clnt.h | |
parent | 5085925902cc4d93b9a4992936edd2aee70a5e15 (diff) |
SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index ec9704181f94..c79f2edf0323 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -127,7 +127,7 @@ int rpcb_getport_sync(struct sockaddr_in *, __u32, __u32, int); | |||
127 | void rpcb_getport_async(struct rpc_task *); | 127 | void rpcb_getport_async(struct rpc_task *); |
128 | 128 | ||
129 | void rpc_call_setup(struct rpc_task *, const struct rpc_message *, int); | 129 | void rpc_call_setup(struct rpc_task *, const struct rpc_message *, int); |
130 | 130 | void rpc_call_start(struct rpc_task *); | |
131 | int rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg, | 131 | int rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg, |
132 | int flags, const struct rpc_call_ops *tk_ops, | 132 | int flags, const struct rpc_call_ops *tk_ops, |
133 | void *calldata); | 133 | void *calldata); |