]> 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)
commit265ba7d9e9126e799746531a6a9fea47a0a53021
tree636bb30d72eac731d0dc11055479948d52989d49
parent2711546c376b92f63b95d944d68f3c42e9c8aefb
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