]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
rxrpc: Kill off the rxrpc_transport struct
authorDavid Howells <dhowells@redhat.com>
Fri, 17 Jun 2016 09:06:56 +0000 (10:06 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Jun 2016 13:00:23 +0000 (14:00 +0100)
commitaa390bbe2113dd0de99cf35c39d7701d4412b744
treefd836f0bacb921ec94909a03ae801e5db855549b
parent999b69f89241c9384c104b84329c13350fd696ef
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: David Howells <dhowells@redhat.com>
net/rxrpc/Makefile
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/call_object.c
net/rxrpc/conn_object.c
net/rxrpc/input.c
net/rxrpc/output.c
net/rxrpc/peer_object.c
net/rxrpc/sysctl.c
net/rxrpc/transport.c [deleted file]