diff options
author | Steve French <stfrench@microsoft.com> | 2024-12-09 11:25:04 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-12-09 15:20:58 -0600 |
commit | 6d44a780635b9b3fb6e20f366ee7750a9adfa884 (patch) | |
tree | 11e2a13300f6e72ae13e9bb210d353cf25e39902 /tools/perf/scripts/python/stackcollapse.py | |
parent | fac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff) |
smb3: fix compiler warning in reparse code
utf8s_to_utf16s() specifies pwcs as a wchar_t pointer (whether big endian
or little endian is passed in as an additional parm), so to remove a
distracting compile warning it needs to be cast as (wchar_t *) in
parse_reparse_wsl_symlink() as done by other callers.
Fixes: 06a7adf318a3 ("cifs: Add support for parsing WSL-style symlinks")
Reviewed-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions