commit | 9e1a37dad4f3b9f1d36d9fd27021bbd67fb8c85f | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Wed Sep 19 02:38:17 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue Oct 23 21:16:04 2018 -0500 |
tree | fa1d2d0a3595ad867ae86f7aaf4c244e318e10b8 | |
parent | 37e6a7057607121485099e405eb528d416a5ced4 [diff] |
smb3: track the instance of each session for debugging Each time we reconnect to the same server, bump an instance counter (and display in /proc/fs/cifs/DebugData) to make it easier to debug. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>