cifs: new dynamic tracepoint to track ses not found errors
authorShyam Prasad N <sprasad@microsoft.com>
Tue, 27 Jun 2023 06:22:20 +0000 (06:22 +0000)
committerSteve French <stfrench@microsoft.com>
Thu, 29 Jun 2023 14:58:09 +0000 (09:58 -0500)
commit61986a58bc6abbb1aea26e52bd269f49e5bacf19
tree7392205e8113bb59a1017125d06db5df7929ff24
parentac615db03ba508d42d240612262f21f2e5836b67
cifs: new dynamic tracepoint to track ses not found errors

It is perfectly valid to not find session not found errors
when a reconnect of a session happens when requests for the
same session are happening in parallel.

We had these log messages as VFS logs. My last change dumped
these logs as FYI logs.

This change just creates a new dynamic tracepoint to capture
events of this type, just in case it is useful while
debugging issues in the future.

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/smb2transport.c
fs/smb/client/trace.h