diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2021-03-18 01:03:34 -0400 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-04-25 16:28:23 -0500 |
commit | 9cfdb1c12bae26f8aed9df947c456e67ae03096c (patch) | |
tree | 22488edd0dfd6adc7ded099c5d3e7a8050c2efe3 /tools/perf/scripts/python | |
parent | 8d7672235533dbeab4a5373b49f1b4273cdc2c6a (diff) |
cifs: constify get_normalized_path() properly
As it is, it takes const char * and, in some cases, stores it in
caller's variable that is plain char *. Fortunately, none of the
callers actually proceeded to modify the string via now-non-const
alias, but that's trouble waiting to happen.
It's easy to do properly, anyway...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions