diff options
| author | Chuck Lever <[email protected]> | 2017-04-09 13:07:21 -0400 |
|---|---|---|
| committer | J. Bruce Fields <[email protected]> | 2017-04-25 17:25:56 -0400 |
| commit | dadf3e435debb85dfcf28c157012047153a21a97 (patch) | |
| tree | 79622c7cb1f1637bc37bc50d2e83b8636d38c223 /include/linux | |
| parent | 2cf32924c68a22783e6f630e1b5345a80aa1a376 (diff) | |
svcrdma: Clean out old XDR encoders
Clean up: These have been replaced and are no longer used.
Signed-off-by: Chuck Lever <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 479bb7f65233..f3787d800ba4 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -187,10 +187,6 @@ extern int svc_rdma_handle_bc_reply(struct rpc_xprt *xprt, /* svc_rdma_marshal.c */ extern int svc_rdma_xdr_decode_req(struct xdr_buf *); -extern void svc_rdma_xdr_encode_reply_array(struct rpcrdma_write_array *, int); -extern void svc_rdma_xdr_encode_array_chunk(struct rpcrdma_write_array *, int, - __be32, __be64, u32); -extern unsigned int svc_rdma_xdr_get_reply_hdr_len(__be32 *rdma_resp); /* svc_rdma_recvfrom.c */ extern int svc_rdma_recvfrom(struct svc_rqst *); |