cifs: change confusing field serverName (to ip_addr)
authorSteve French <stfrench@microsoft.com>
Sun, 21 Feb 2021 01:24:11 +0000 (19:24 -0600)
committerSteve French <stfrench@microsoft.com>
Tue, 23 Feb 2021 03:20:43 +0000 (21:20 -0600)
commitb438fcf12815db794403652f0ceeb216650a6a04
tree4d9b9437e657d1c172153d3880d5c067e0b07382
parentaf982da9a612295a91f367469f8945c916a20dfd
cifs: change confusing field serverName (to ip_addr)

ses->serverName is not the server name, but the string form
of the ip address of the server.  Change the name to ip_addr
to avoid confusion (and fix the array length to match
maximum length of ipv6 address).

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