svcrdma: Remove svc_rdma_xdr_decode_deferred_req()
authorChuck Lever <chuck.lever@oracle.com>
Tue, 26 May 2015 17:49:07 +0000 (13:49 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Jun 2015 19:15:23 +0000 (15:15 -0400)
commitda7049f834c3582c1ed1a04889bda5b4121973c0
treed2262d23f712c42878bcd60fb1c87e0e8b8a2a86
parent3f87d5d6ace6c4ef1ac36ea4d1848b94e864c0c6
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>
include/linux/sunrpc/svc_rdma.h
net/sunrpc/xprtrdma/svc_rdma_marshal.c
This page took 0.031053 seconds and 5 git commands to generate.