diff options
| author | Gael Blivet <gael.blivet@gmail.com> | 2026-07-09 18:50:45 +0200 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-08-17 15:00:43 +0900 |
| commit | 6cbb144f8ed7ab7cb86f2f120740f578db9b62e0 (patch) | |
| tree | b375cfd9172cc06aad43888db895d9383880d036 /tools/perf/scripts/python | |
| parent | 689f1eb3719d61700b58f984ac8602837f004f8c (diff) | |
ksmbd: quiet mdssvc RPC log spam in create_smb2_pipe
silenced __rpc_method()'s own "Unsupported RPC: mdssvc" log line
but missed that ksmbd_session_rpc_open() failing for that same,
now-still-rejected pipe also trips a second, separate pr_err() here in
its caller. macOS's routine mdssvc (Spotlight) probes still spam the
kernel log via this second site on every single probe, defeating the
original commit's stated purpose.
Suppress this specific case the same way the other site does; behavior
is unchanged for every other RPC failure.
__rpc_method() (mgmt/user_session.c) returns -ENOENT for mdssvc, not
-EINVAL.
Assisted-by: Claude:claude-sonnet-5
Signed-off-by: Gael Blivet <gael.blivet@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
