svcrdma: Move the svc_rdma_cc_init() call
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:58:33 +0000 (09:58 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:31 +0000 (17:54 -0500)
commit018f34051bc9f4908336b3fe9e52931bb8410ced
tree3e0b068431b308013b5de4dd8db145840d693147
parent57666bbb4eaae187e1e08dd1a9a2db7bcb1fbf96
svcrdma: Move the svc_rdma_cc_init() call

Now that the chunk_ctxt for Reads is no longer dynamically allocated
it can be initialized once for the life of the object that contains
it (struct svc_rdma_recv_ctxt).

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/sunrpc/svc_rdma.h
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
net/sunrpc/xprtrdma/svc_rdma_rw.c