]> git.ipfire.org Git - thirdparty/linux.git/commit
cifs: fix string declarations and assignments in tracepoints
authorShyam Prasad N <sprasad@microsoft.com>
Fri, 21 May 2021 06:35:52 +0000 (06:35 +0000)
committerSteve French <stfrench@microsoft.com>
Thu, 27 May 2021 19:04:32 +0000 (14:04 -0500)
commiteb0688180549e3b72464e9f78df58cb7a5592c7f
tree2c7f179cd0182d299d9a155d55a409c6ad01ae8f
parent6d2fcfe6b517fe7cbf2687adfb0a16cdcd5d9243
cifs: fix string declarations and assignments in tracepoints

We missed using the variable length string macros in several
tracepoints. Fixed them in this change.

There's probably more useful macros that we can use to print
others like flags etc. But I'll submit sepawrate patches for
those at a future date.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Cc: <stable@vger.kernel.org> # v5.12
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/trace.h