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, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h
index 3081339968c3..d6917b896d3a 100644
--- a/include/linux/sunrpc/svc_rdma.h
+++ b/include/linux/sunrpc/svc_rdma.h
@@ -199,7 +199,7 @@ extern int svc_rdma_handle_bc_reply(struct rpc_xprt *xprt,
199 struct xdr_buf *rcvbuf); 199 struct xdr_buf *rcvbuf);
200 200
201/* svc_rdma_marshal.c */ 201/* svc_rdma_marshal.c */
202extern int svc_rdma_xdr_decode_req(struct rpcrdma_msg *, struct svc_rqst *); 202extern int svc_rdma_xdr_decode_req(struct xdr_buf *);
203extern int svc_rdma_xdr_encode_error(struct svcxprt_rdma *, 203extern int svc_rdma_xdr_encode_error(struct svcxprt_rdma *,
204 struct rpcrdma_msg *, 204 struct rpcrdma_msg *,
205 enum rpcrdma_errcode, __be32 *); 205 enum rpcrdma_errcode, __be32 *);