rxrpc: Impose a maximum number of client calls
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Jul 2020 13:59:46 +0000 (14:59 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 8 Sep 2020 20:10:45 +0000 (21:10 +0100)
commitb7a7d67408032843c14071711d6259aada9392f0
tree9e7d3c9daf4566dc07cdbeda4ee20ade628b2543
parent4349abdb409b04a5ed4ca4d2c1df7ef0cc16f6bd
rxrpc: Impose a maximum number of client calls

Impose a maximum on the number of client rxrpc calls that are allowed
simultaneously.  This will be in lieu of a maximum number of client
connections as this is easier to administed as, unlike connections, calls
aren't reusable (to be changed in a subsequent patch)..

This doesn't affect the limits on service calls and connections.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-internal.h
net/rxrpc/call_object.c