commit | afe6f65353b644f55875d42d812ffe87f1887d68 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Wed Aug 28 17:15:35 2019 +1000 |
committer | Steve French <stfrench@microsoft.com> | Mon Sep 16 11:43:37 2019 -0500 |
tree | 98c7bdf6bacc724c70e44b4f64f07630a30ac607 | |
parent | dc9300a670aebb22e9b04b3664da6b218b29ab60 [diff] |
cifs: add new debugging macro cifs_server_dbg which can be used from contexts where we have a TCP_Server_Info *server. This new macro will prepend the debugging string with "Server:<servername> " which will help when debugging issues on hosts with many cifs connections to several different servers. Convert a bunch of cifs_dbg(VFS) calls to cifs_server_dbg(VFS) Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>