diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2015-01-13 11:02:54 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2015-01-15 15:01:44 -0500 |
commit | 2397aa8b515f7bd77c8d5698170b6a98fdd6721c (patch) | |
tree | b631bbfd5e6c736601a2007e3fc276bd5ee2131a /include/linux/sunrpc | |
parent | 83f2bedfc6435ffeaa7b466058c5d22b5e8f428b (diff) | |
download | talos-obmc-linux-2397aa8b515f7bd77c8d5698170b6a98fdd6721c.tar.gz talos-obmc-linux-2397aa8b515f7bd77c8d5698170b6a98fdd6721c.zip |
svcrdma: Clean up read chunk counting
The byte_count argument is not used, and the function is called
only from one place.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/sunrpc')
-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 975da754c778..2280325e4c88 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -178,8 +178,6 @@ struct svcxprt_rdma { #define RPCRDMA_MAX_REQ_SIZE 4096 /* svc_rdma_marshal.c */ -extern void svc_rdma_rcl_chunk_counts(struct rpcrdma_read_chunk *, - int *, int *); extern int svc_rdma_xdr_decode_req(struct rpcrdma_msg **, struct svc_rqst *); extern int svc_rdma_xdr_decode_deferred_req(struct svc_rqst *); extern int svc_rdma_xdr_encode_error(struct svcxprt_rdma *, |