]> 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>
Thu, 15 Aug 2024 18:49:45 +0000 (11:49 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:31 +0000 (10:48 +0200)
commitbfe291a7c09d8ce0103a28bbc9242bc5d4dbc028
tree6d9815936d0366afa5e714c8b60b5c0775d5df8a
parent6099be58e41da78649cf17c00fe09b67e4f15088
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