]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: support xchk_xref_is_used_rt_space on zoned file systems
authorChristoph Hellwig <hch@lst.de>
Sun, 17 Nov 2024 06:35:44 +0000 (07:35 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Mar 2025 15:17:08 +0000 (08:17 -0700)
commit48b9ac68199560cce3e0f53dd476b00d4a854222
treea0e9cb874d9e3ce0250926b7feed14ba457b18fc
parent1cf4554e7bd859ea7131e15b237b8fed8f8eb6d4
xfs: support xchk_xref_is_used_rt_space on zoned file systems

Space usage is tracked by the rmap, which already is separately
cross-referenced.  But on top of that we have the write pointer and can
do a basic sanity check here that the block is not beyond the write
pointer.

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