]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: wire up the show_stats super operation
authorChristoph Hellwig <hch@lst.de>
Sun, 17 Nov 2024 05:24:19 +0000 (06:24 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Mar 2025 15:17:10 +0000 (08:17 -0700)
commit099bf44f9c90184d5a0439d00ed2d965d786dfea
tree2ce0e2e0ecbb69623f4102554c7e2cedafa78585
parent64d0361114fdeae992da2a6c409041c3c13b63ae
xfs: wire up the show_stats super operation

The show_stats option allows a file system to dump plain text statistic
on a per-mount basis into /proc/*/mountstats.  Wire up a no-op version
which will grow useful information for zoned file systems later.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
fs/xfs/xfs_super.c