summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2018-08-22 14:24:16 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-03 13:14:46 +0200
commitdd9f2fb59e0134b5759857d24d223ee1e1ef3d1a (patch)
treed5e3bdb355f701a1589f6eafe66c6eff09d48082 /include/linux
parentb78ad2169282ae469eebfb35bfba9615f0d9c6cc (diff)
downloadlinux-stable-dd9f2fb59e0134b5759857d24d223ee1e1ef3d1a.tar.gz
linux-stable-dd9f2fb59e0134b5759857d24d223ee1e1ef3d1a.tar.bz2
linux-stable-dd9f2fb59e0134b5759857d24d223ee1e1ef3d1a.zip
SUNRPC: Clean up initialisation of the struct rpc_rqst
commit 9dc6edcf676fe188430e8b119f91280bbf285163 upstream. Move the initialisation back into xprt.c. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Cc: Yihao Wu <wuyihao@linux.alibaba.com> Cc: Caspar Zhang <caspar@linux.alibaba.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sunrpc/xprt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h
index f30bf500888d..e7bbd82908b1 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);