diff options
author | 2022-03-09 10:16:12 -0800 | |
---|---|---|
committer | 2022-03-14 10:23:17 -0700 | |
commit | 744e6c8ada5d612353a42ce8cd8323dd2364a70d (patch) | |
tree | c51b8089574958c088cac1b18626474d093cf9e3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: constify the name argument to various directory functions (diff) | |
download | wireguard-linux-744e6c8ada5d612353a42ce8cd8323dd2364a70d.tar.xz wireguard-linux-744e6c8ada5d612353a42ce8cd8323dd2364a70d.zip |
xfs: constify xfs_name_dotdot
The symbol xfs_name_dotdot is a global variable that the xfs codebase
uses here and there to look up directory dotdot entries. Currently it's
a non-const variable, which means that it's a mutable global variable.
So far nobody's abused this to cause problems, but let's use the
compiler to enforce that.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions