cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugData
authorSteve French <stfrench@microsoft.com>
Mon, 22 Feb 2021 05:00:46 +0000 (23:00 -0600)
committerSteve French <stfrench@microsoft.com>
Tue, 23 Feb 2021 03:20:44 +0000 (21:20 -0600)
commit40f077a02bf9d70719128d2a807e28a3503711eb
tree6005e9a9b293657703f495585f8750e46f9c2251
parentb438fcf12815db794403652f0ceeb216650a6a04
cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugData

/proc/fs/cifs/DebugData called the ip address for server sessions
"Name" which is confusing since it is not a hostname. Change
this field name to "Address" and for the list of servers add
new field "Hostname" which is populated from the hostname used
to connect to the server.  See below. And also don't print
[NONE] when the interface list is empty as it is not clear
what 'NONE' referred to.

Servers:
1) ConnectionId: 0x1 Hostname: localhost
Number of credits: 389 Dialect 0x311
TCP status: 1 Instance: 1
Local Users To Server: 1 SecMode: 0x1 Req On Wire: 0
In Send: 0 In MaxReq Wait: 0

Sessions:
1) Address: 127.0.0.1
...

Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_debug.c