diff options
author | Vasily Averin <vvs@virtuozzo.com> | 2018-12-24 14:46:00 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2018-12-28 05:01:41 +0300 |
commit | 64e20ba204df539a76004114e08abf1156302e35 (patch) | |
tree | 102fc8a0d5a5010df66946413d894468ac755ad8 /net/sunrpc/xprtrdma/svc_rdma_sendto.c | |
parent | 7ef88ff85ff71dd167d29d47bdb91c63cedcd554 (diff) | |
download | linux-64e20ba204df539a76004114e08abf1156302e35.tar.xz |
sunrpc: remove unused xpo_prep_reply_hdr callback
xpo_prep_reply_hdr are not used now.
It was defined for tcp transport only, however it cannot be
called indirectly, so let's move it to its caller and
remove unused callback.
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/xprtrdma/svc_rdma_sendto.c')
-rw-r--r-- | net/sunrpc/xprtrdma/svc_rdma_sendto.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma_sendto.c b/net/sunrpc/xprtrdma/svc_rdma_sendto.c index d48bc6dd7b96..cf51b8f9b15f 100644 --- a/net/sunrpc/xprtrdma/svc_rdma_sendto.c +++ b/net/sunrpc/xprtrdma/svc_rdma_sendto.c @@ -714,10 +714,6 @@ static int svc_rdma_send_error_msg(struct svcxprt_rdma *rdma, return 0; } -void svc_rdma_prep_reply_hdr(struct svc_rqst *rqstp) -{ -} - /** * svc_rdma_sendto - Transmit an RPC reply * @rqstp: processed RPC request, reply XDR already in ::rq_res |