]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: drop all the metadata directory files during pass 4
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 22:54:06 +0000 (15:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 10 Aug 2024 06:54:44 +0000 (23:54 -0700)
commit3a396bb6bc384a19ba4d88e1cd82136a99795e1f
treedf456a106c532b5c42770247b46ac52e2cc023f8
parent0d59b59840022ffda3d7af97d02063ae6cba5f61
xfs_repair: drop all the metadata directory files during pass 4

Drop the entire metadata directory tree during pass 4 so that we can
reinitialize the entire tree in phase 6.  The existing metadata files
(rtbitmap, rtsummary, quotas) will be reattached to the newly rebuilt
directory tree.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/dinode.c
repair/scan.c