]> git.baikalelectronics.ru Git - kernel.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)
commit1c269b289198bccaa555c6d793cd7110191e0c89
tree3b2a2aa480efe28fd62cb3c99accaecd81a43c1a
parent395fe60f6e0e938efbc25456a4652ba33e8edfa1
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