]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: rebuild the bmap btree for realtime files
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:25 +0000 (14:22 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:50 +0000 (13:53 +0200)
commitf67674c7f719691caa33f1247f99c5ffba7c1dd1
tree0a2ab409e68be124f72cff503b9ac8834149331c
parentf2db0de6e3dcca6558373acc88df018b988e8255
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>
repair/bmap_repair.c