]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: walk the rt reverse mapping tree when rebuilding rmap
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:05 +0000 (11:49 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:16 +0000 (10:48 +0200)
commitef7b80b54f7d49ae7d4320953fe824dc6cc31774
tree1b489158a01ffb65103ea398ee4844648d256ff5
parent38e20f77d732e3cce2f62eb5a3790f05380416a2
xfs: walk the rt reverse mapping tree when rebuilding rmap

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

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