]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: walk the rt reference count tree when rebuilding rmap
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:39 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:47:13 +0000 (13:47 -0700)
commitfb8216bc5b13bc78f0ec8e4b6e29d3a4de175988
treecc0afcd16e2b3b77ab36b71bd835e3050b27e54e
parent87aa166cfadf13b67b08bd8ae1f8dd7411bf812d
xfs: walk the rt reference count tree when rebuilding rmap

When we're rebuilding the data device rmap, if we encounter a "refcount"
format fork, we have to walk the (realtime) refcount btree inode to
build the appropriate mappings.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/scrub/rmap_repair.c