]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: disable sb_frextents scrub/repair for zoned file systems
authorChristoph Hellwig <hch@lst.de>
Sun, 12 May 2024 05:39:45 +0000 (07:39 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 5 Nov 2024 08:29:52 +0000 (09:29 +0100)
commit1520b6a2a6951fbe2615edcc17c162f23a90c71e
treec90bb0576fbe1c0541d4506bee1b932bf6d22e5d
parentde7e6ba2a1e2daf24ac92ef3f01f760f9a040028
xfs: disable sb_frextents scrub/repair for zoned file systems

Zoned file systems not only don't use the frextents counter, but the
in-memory percpu couner also includes reservations take before even
allocating delalloc extent records, so it will never match the per-zone
used information.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/fscounters.c
fs/xfs/scrub/fscounters_repair.c