[PATCH 05/11] rxrpc: procfs file to list local endpoints

2016-03-07 Thread David Howells
Add a proc file to list local rxrpc endpoints using the object cache facility to do much of the work. Signed-off-by: David Howells --- net/rxrpc/af_rxrpc.c |3 +++ net/rxrpc/local-object.c | 29 + 2 files changed, 32 insertions(+)

[PATCH 05/11] rxrpc: procfs file to list local endpoints

2016-03-07 Thread David Howells
Add a proc file to list local rxrpc endpoints using the object cache facility to do much of the work. Signed-off-by: David Howells --- net/rxrpc/af_rxrpc.c |3 +++ net/rxrpc/local-object.c | 29 + 2 files changed, 32 insertions(+) diff --git