OSDN Git Service

rxrpc: Calls displayed in /proc may in future lack a connection
authorDavid Howells <dhowells@redhat.com>
Fri, 17 Jun 2016 10:07:55 +0000 (11:07 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Jun 2016 08:17:51 +0000 (09:17 +0100)
commitf4e7da8cde87d0f7e9fb806918f7ec283912b694
tree52266dc9fa1325663a901bf3f390746a5a44854c
parentf4552c2d248e9d9f6f728ea32eb25f600d3d6cd6
rxrpc: Calls displayed in /proc may in future lack a connection

Allocated rxrpc calls displayed in /proc/net/rxrpc_calls may in future be
on the proc list before they're connected or after they've been
disconnected - in which case they may not have a pointer to a connection
struct that can be used to get data from there.

Deal with this by using stuff from the call struct in preference where
possible and printing "no_connection" rather than a peer address if no
connection is assigned.

This change also has the added bonus that the service ID is now taken from
the call rather the connection which will allow per-call service upgrades
to be shown - something required for AuriStor server compatibility.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/proc.c