]> 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>
Mon, 23 Sep 2024 20:42:13 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:47 +0000 (15:55 +0200)
commitee777fc36d736886209ca4afe41c35b1a8fe8588
tree2a5d35e9e49bdd8d94aa47a7ed1ee137d1edd0ec
parent1653e8a389796b7c978afdf7a3560ed6347c484f
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