summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-03-09 10:16:12 -0800
committerDarrick J. Wong <djwong@kernel.org>2022-03-10 13:47:05 -0800
commit2d326fc99665f263ed0e9cfdb086156fd4a9f2e4 (patch)
tree831119653ac3d62ac040cfde689a74303b38500e /fs/xfs/libxfs/xfs_alloc.c
parent69445f2559626072eaa97eb5d4d8470493257fe8 (diff)
xfs: constify xfs_name_dotdotconstify-dotdot-5.18_2022-03-10
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>
Diffstat (limited to 'fs/xfs/libxfs/xfs_alloc.c')
0 files changed, 0 insertions, 0 deletions