aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_rdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svc_rdma.h')
-rw-r--r--include/linux/sunrpc/svc_rdma.h2
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 *);
185extern void svc_rdma_wc_read(struct ib_cq *, struct ib_wc *); 185extern void svc_rdma_wc_read(struct ib_cq *, struct ib_wc *);
186extern void svc_rdma_wc_inv(struct ib_cq *, struct ib_wc *); 186extern void svc_rdma_wc_inv(struct ib_cq *, struct ib_wc *);
187extern int svc_rdma_send(struct svcxprt_rdma *, struct ib_send_wr *); 187extern int svc_rdma_send(struct svcxprt_rdma *, struct ib_send_wr *);
188extern int svc_rdma_post_recv(struct svcxprt_rdma *, gfp_t);
189extern int svc_rdma_repost_recv(struct svcxprt_rdma *, gfp_t);
190extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *); 188extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *);
191extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *); 189extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *);
192extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int); 190extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int);