]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: support xrep_require_rtext_inuse on zoned file systems
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Jul 2024 13:31:28 +0000 (06:31 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 5 Nov 2024 08:29:54 +0000 (09:29 +0100)
commitd8354ab8f886375468a01de340f81426c8d6b0ef
tree3696d2c36be08e92d1538284d3321c5b053992fa
parent239765111c42d5d8baca9ae442c7fbeaac3a5a6c
xfs: support xrep_require_rtext_inuse on zoned file systems

Space usage is tracked by the rmap, which already is separately
cross-reference.  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>
fs/xfs/scrub/repair.c