]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: rebuild the bmap btree for realtime files
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:22:02 +0000 (10:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:01 +0000 (09:16 -0800)
commit7a90561b1d041d45d333e71550702654b3f629ee
tree8dcf1da5c6b48c051d292229e577bc9bc0274145
parente3429101cdbd54bcee79c6cb26a17f9ee13d1e70
xfs_repair: rebuild the bmap btree for realtime files

Use the realtime rmap btree information to rebuild an inode's data fork
when appropriate.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/bmap_repair.c