]> git.ipfire.org Git - thirdparty/linux.git/commit
cifs: remove unnecessary tracing after put tcon
authorShyam Prasad N <sprasad@microsoft.com>
Sat, 14 Feb 2026 07:35:50 +0000 (13:05 +0530)
committerSteve French <stfrench@microsoft.com>
Sun, 15 Feb 2026 01:31:32 +0000 (19:31 -0600)
commita5a50f1415692a0fe3bf0ec17f422cac8e158e65
treed458d3234da83cdc26fd23f962a1a63c536c88ca
parent8e61cfc5f52c7673f12bc8e993f4ebb811136b16
cifs: remove unnecessary tracing after put tcon

This code was recently changed from manually decrementing
tcon ref to using cifs_put_tcon. But even before that change
this tracing happened after decrementing the ref count, which
is wrong. With cifs_put_tcon, tracing already happens inside it.
So just removing the extra tracing here.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2ops.c
fs/smb/client/trace.h