Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()

rpcrdma_bc_post_recv() is never implemented since introduction in
commit f531a5dbc451 ("xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers").

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>

authored by

Yue Haibing and committed by
Anna Schumaker
f9597ba8 9cf2744d

-1
-1
net/sunrpc/xprtrdma/xprt_rdma.h
··· 593 593 int xprt_rdma_bc_setup(struct rpc_xprt *, unsigned int); 594 594 size_t xprt_rdma_bc_maxpayload(struct rpc_xprt *); 595 595 unsigned int xprt_rdma_bc_max_slots(struct rpc_xprt *); 596 - int rpcrdma_bc_post_recv(struct rpcrdma_xprt *, unsigned int); 597 596 void rpcrdma_bc_receive_call(struct rpcrdma_xprt *, struct rpcrdma_rep *); 598 597 int xprt_rdma_bc_send_reply(struct rpc_rqst *rqst); 599 598 void xprt_rdma_bc_free_rqst(struct rpc_rqst *);