diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2018-08-22 14:24:16 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2018-09-30 15:35:13 -0400 |
commit | 9dc6edcf676fe188430e8b119f91280bbf285163 (patch) | |
tree | 8a2552e0de3529a2e62105864edb4d9a107c3aa0 /include/linux/sunrpc | |
parent | 17b57b1883c1285f3d0dc2266e8f79286a7bef38 (diff) | |
download | linux-9dc6edcf676fe188430e8b119f91280bbf285163.tar.gz linux-9dc6edcf676fe188430e8b119f91280bbf285163.tar.bz2 linux-9dc6edcf676fe188430e8b119f91280bbf285163.zip |
SUNRPC: Clean up initialisation of the struct rpc_rqst
Move the initialisation back into xprt.c.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 336fd1a19cca..3d80524e92d6 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h @@ -325,7 +325,6 @@ struct xprt_class { struct rpc_xprt *xprt_create_transport(struct xprt_create *args); void xprt_connect(struct rpc_task *task); void xprt_reserve(struct rpc_task *task); -void xprt_request_init(struct rpc_task *task); void xprt_retry_reserve(struct rpc_task *task); int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task); int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task); |