smb3: add missing tracepoint for querying wsl EAs
authorSteve French <stfrench@microsoft.com>
Sun, 19 Jan 2025 07:02:06 +0000 (01:02 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 20 Jan 2025 01:34:00 +0000 (19:34 -0600)
commit72cf9e94f32fc18096be3cc21216a78f50220e03
treec8744a58f09d7fcfd7044c1c8e2693937d163f7d
parent11f8b80ab9f99291dc88d09855b9f8f43b772335
smb3: add missing tracepoint for querying wsl EAs

We had tracepoints for the return code for querying WSL EAs
(trace_smb3_query_wsl_ea_compound_err and
trace_smb3_query_wsl_ea_compound_done) but were missing one for
trace_smb3_query_wsl_ea_compound_enter.

Fixes: ea41367b2a60 ("smb: client: introduce SMB2_OP_QUERY_WSL_EA")
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2inode.c
fs/smb/client/trace.h