rxrpc: Kill the client connection bundle concept
authorDavid Howells <dhowells@redhat.com>
Fri, 17 Jun 2016 14:42:35 +0000 (15:42 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Jun 2016 08:20:55 +0000 (09:20 +0100)
commit999b69f89241c9384c104b84329c13350fd696ef
tree636bb30d72eac731d0dc11055479948d52989d49
parent5627cc8b961e4b07d5d649d9bd01ac929dcc1a95
rxrpc: Kill the client connection bundle concept

Kill off the concept of maintaining a bundle of connections to a particular
target service to increase the number of call slots available for any
beyond four for that service (there are four call slots per connection).

This will make cleaning up the connection handling code easier and
facilitate removal of the rxrpc_transport struct.  Bundling can be
reintroduced later if necessary.

Signed-off-by: David Howells <dhowells@redhat.com>
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/local_object.c
net/rxrpc/output.c
net/rxrpc/transport.c
This page took 0.030969 seconds and 5 git commands to generate.