cifs: add server argument to the dump_detail method
authorRonnie Sahlberg <lsahlber@redhat.com>
Sun, 22 Apr 2018 20:45:53 +0000 (14:45 -0600)
committerSteve French <stfrench@microsoft.com>
Sun, 27 May 2018 22:56:35 +0000 (17:56 -0500)
commit14547f7d74c4a2583214693f69d45374b8028649
tree03e7f121f72d9565ee4cfbe393b2330202a2c623
parent3d4ef9a15343f038ccae17f60468569f23113312
cifs: add server argument to the dump_detail method

We need a struct TCP_Server_Info *server to this method as it calls
calc_size. The calc_size method will soon be changed to also
take a server argument.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifs_debug.c
fs/cifs/cifs_debug.h
fs/cifs/cifsglob.h
fs/cifs/smb2ops.c