]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: client: add tcon information to smb2_reconnect() debug messages
authorHenrique Carvalho <henrique.carvalho@suse.com>
Tue, 23 Sep 2025 16:20:48 +0000 (13:20 -0300)
committerSteve French <stfrench@microsoft.com>
Tue, 30 Sep 2025 02:21:23 +0000 (21:21 -0500)
commit02696ac0906540715dd4a0bb86b1117a1d00da4e
tree1e9fd46adb7f9f99e2c2aaee7f44fdc070c63785
parenta9401710a5f5681abd2a6f21f9e76bc9f2e81891
smb: client: add tcon information to smb2_reconnect() debug messages

smb2_reconnect() debug messages lack tcon context, making it hard to
identify which tcon is reconnecting in multi-share environments.

Change cifs_dbg() to cifs_tcon_dbg() to include tcon information.

Closes: https://bugzilla.suse.com/show_bug.cgi?id=1234066
Signed-off-by: Henrique Carvalho <henrique.carvalho@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2pdu.c