Skip to content
Commit aa390bbe authored by David Howells's avatar David Howells
Browse files

rxrpc: Kill off the rxrpc_transport struct



The rxrpc_transport struct is now redundant, given that the rxrpc_peer
struct is now per peer port rather than per peer host, so get rid of it.

Service connection lists are transferred to the rxrpc_peer struct, as is
the conn_lock.  Previous patches moved the client connection handling out
of the rxrpc_transport struct and discarded the connection bundling code.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 999b69f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment