]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3599cbbdff871db8fe51e31cf74c765e974ebdd
tree636bb30d72eac731d0dc11055479948d52989d49
parentafb1ad847dcbfdeb09f4fe60be14088a6ef03ba2
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