]> 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, 3 Jul 2024 21:21:55 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:46:48 +0000 (18:46 -0700)
commitd8bc99161e67117c23bbbf8edb9dae84802d30e8
tree1ab6cbd88052f18200354d2856e6bf100294c98e
parent06405076e3f449a203bd0aa24716a8e02cb187c0
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