Skip to content

Commit f9597ba

Browse files
Yue Haibingamschuma-ntap
authored andcommitted
xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()
rpcrdma_bc_post_recv() is never implemented since introduction in commit f531a5d ("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>
1 parent 9cf2744 commit f9597ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

net/sunrpc/xprtrdma/xprt_rdma.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ void xprt_rdma_cleanup(void);
593593
int xprt_rdma_bc_setup(struct rpc_xprt *, unsigned int);
594594
size_t xprt_rdma_bc_maxpayload(struct rpc_xprt *);
595595
unsigned int xprt_rdma_bc_max_slots(struct rpc_xprt *);
596-
int rpcrdma_bc_post_recv(struct rpcrdma_xprt *, unsigned int);
597596
void rpcrdma_bc_receive_call(struct rpcrdma_xprt *, struct rpcrdma_rep *);
598597
int xprt_rdma_bc_send_reply(struct rpc_rqst *rqst);
599598
void xprt_rdma_bc_free_rqst(struct rpc_rqst *);

0 commit comments

Comments
 (0)