rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters
authorDavid Howells <dhowells@redhat.com>
Fri, 21 Oct 2022 08:30:23 +0000 (09:30 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 6 Jan 2023 09:43:32 +0000 (09:43 +0000)
commit1bab27af6b88b5c811f99de4812b5590f20d1cb7
tree5310856eca1c21f3cae48c7b372bd7e27ce299be
parent2953d3b8d8fd1188034c54862b74402b0b846695
rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters

Use the information now stored in struct rxrpc_call to configure the
connection bundle and thence the connection, rather than using the
rxrpc_conn_parameters struct.

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/af_rxrpc.c
net/rxrpc/ar-internal.h
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/conn_object.c
net/rxrpc/sendmsg.c