]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
rxrpc: Dup the main conn list for the proc interface
authorDavid Howells <dhowells@redhat.com>
Wed, 24 Aug 2016 06:30:52 +0000 (07:30 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 24 Aug 2016 14:17:14 +0000 (15:17 +0100)
commit4d028b2c82991e2f9ae89ad90aeaaeb713495043
tree6c94c0a36600d69bb4ed9928372d08f952529f93
parentdf5d8bf70f64a2ee34234553eb215418dbc4c8f3
rxrpc: Dup the main conn list for the proc interface

The main connection list is used for two independent purposes: primarily it
is used to find connections to reap and secondarily it is used to list
connections in procfs.

Split the procfs list out from the reap list.  This allows us to stop using
the reap list for client connections when they acquire a separate
management strategy from service collections.

The client connections will not be on a management single list, and sometimes
won't be on a management list at all.  This doesn't leave them floating,
however, as they will also be on an rb-tree rooted on the socket so that the
socket can find them to dispatch calls.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/conn_client.c
net/rxrpc/conn_object.c
net/rxrpc/conn_service.c
net/rxrpc/proc.c