diff options
Diffstat (limited to 'include/linux/sunrpc/svc_rdma.h')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 995c6fe9ee90..4b731b046bcd 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h | |||
@@ -185,8 +185,6 @@ extern void svc_rdma_wc_reg(struct ib_cq *, struct ib_wc *); | |||
185 | extern void svc_rdma_wc_read(struct ib_cq *, struct ib_wc *); | 185 | extern void svc_rdma_wc_read(struct ib_cq *, struct ib_wc *); |
186 | extern void svc_rdma_wc_inv(struct ib_cq *, struct ib_wc *); | 186 | extern void svc_rdma_wc_inv(struct ib_cq *, struct ib_wc *); |
187 | extern int svc_rdma_send(struct svcxprt_rdma *, struct ib_send_wr *); | 187 | extern int svc_rdma_send(struct svcxprt_rdma *, struct ib_send_wr *); |
188 | extern int svc_rdma_post_recv(struct svcxprt_rdma *, gfp_t); | ||
189 | extern int svc_rdma_repost_recv(struct svcxprt_rdma *, gfp_t); | ||
190 | extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *); | 188 | extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *); |
191 | extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *); | 189 | extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *); |
192 | extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int); | 190 | extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int); |