commit | 14547f7d74c4a2583214693f69d45374b8028649 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Sun Apr 22 14:45:53 2018 -0600 |
committer | Steve French <stfrench@microsoft.com> | Sun May 27 17:56:35 2018 -0500 |
tree | 03e7f121f72d9565ee4cfbe393b2330202a2c623 | |
parent | 3d4ef9a15343f038ccae17f60468569f23113312 [diff] |
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>