]> asedeno.scripts.mit.edu Git - linux.git/commit
svcrdma: Remove svc_rdma_marshal.c
authorChuck Lever <chuck.lever@oracle.com>
Fri, 23 Jun 2017 21:17:35 +0000 (17:17 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 28 Jun 2017 18:21:43 +0000 (14:21 -0400)
commita80a32341fbabd4276165a9ce4fa4c80168c0bef
tree3b2a2aa480efe28fd62cb3c99accaecd81a43c1a
parent107c1d0a991abe632a051de697c5acc33c03fd96
svcrdma: Remove svc_rdma_marshal.c

svc_rdma_marshal.c has one remaining exported function --
svc_rdma_xdr_decode_req -- and it has a single call site. Take
the same approach as the sendto path, and move this function
into the source file where it is called.

This is a refactoring change only.

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/Makefile
net/sunrpc/xprtrdma/svc_rdma_marshal.c [deleted file]
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c