]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: cleanup inode counter stats
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Feb 2026 14:14:31 +0000 (15:14 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 25 Feb 2026 12:58:48 +0000 (13:58 +0100)
commit03a6d6c4c85d2758534638fb2bb5f72e0f8877d0
tree716362787d675a81740036aaf96dc82ad704c7ca
parentfd81d3fd01a5ee4bd26a7dc440e7a2209277d14b
xfs: cleanup inode counter stats

Most of them are unused, so mark them as such.  Give the remaining ones
names that match their use instead of the historic IRIX ones based on
vnodes.  Note that the names are purely internal to the XFS code, the
user interface is based on section names and arrays of counters.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_icache.c
fs/xfs/xfs_stats.c
fs/xfs/xfs_stats.h
fs/xfs/xfs_super.c