rxrpc: Copy client call parameters into rxrpc_call earlier
authorDavid Howells <dhowells@redhat.com>
Thu, 20 Oct 2022 20:58:36 +0000 (21:58 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Dec 2022 13:36:41 +0000 (13:36 +0000)
commitf3441d4125fc98995858550a5521b8d7daf0504a
treeae8f9ea3179dfa461ae1bad59189eb447e99ef0e
parent15f661dc95daec9b38e8e4cc931c95afe0ae0cef
rxrpc: Copy client call parameters into rxrpc_call earlier

Copy client call parameters into rxrpc_call earlier so that that can be
used to convey them to the connection code - which can then be offloaded to
the I/O thread.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
include/trace/events/rxrpc.h
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/io_thread.c
net/rxrpc/output.c
net/rxrpc/proc.c
net/rxrpc/recvmsg.c
net/rxrpc/security.c
net/rxrpc/txbuf.c