]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:21:13 +0000 (16:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:16 +0000 (13:06 -0800)
commitfe2efe95082a592955c03f26d00ae8e34bb814ed
treeed2fb973330bb37767ceab9fa2a3af7cf2ab2291
parent477493082fe8a480e33cb26ff545b5976818c071
xfs: capture realtime CoW staging extents when rebuilding rt rmapbt

Walk the realtime refcount btree to find the CoW staging extents when
we're rebuilding the realtime rmap btree.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/repair.h
fs/xfs/scrub/rgb_bitmap.h [new file with mode: 0644]
fs/xfs/scrub/rtrmap_repair.c