diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2015-05-26 20:49:07 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2015-06-03 22:15:23 +0300 |
commit | da7049f834c3582c1ed1a04889bda5b4121973c0 (patch) | |
tree | d2262d23f712c42878bcd60fb1c87e0e8b8a2a86 /include/linux | |
parent | 3f87d5d6ace6c4ef1ac36ea4d1848b94e864c0c6 (diff) | |
download | linux-da7049f834c3582c1ed1a04889bda5b4121973c0.tar.xz |
svcrdma: Remove svc_rdma_xdr_decode_deferred_req()
svc_rdma_xdr_decode_deferred_req() indexes an array with an
un-byte-swapped value off the wire. Fortunately this function
isn't used anywhere, so simply remove it.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index df8edf8ec914..8ad9b6d9d4e0 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -182,7 +182,6 @@ struct svcxprt_rdma { /* svc_rdma_marshal.c */ 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 *, struct rpcrdma_msg *, enum rpcrdma_errcode, u32 *); |