]> 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>
Thu, 1 Aug 2024 00:07:31 +0000 (17:07 -0700)
commita9f2384d7c75bc957de6f525c025dd0ec8fd622f
tree50fd54f381942d57013401604cafe881a23df523
parent6a8d8b21f81f6746d7e25c962d5488ce9651baf7
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