]> 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>
Tue, 15 Oct 2024 19:44:05 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:48 +0000 (13:44 -0700)
commitc7e6273499265a631cdecac7434faec6cfa47b60
tree73809fdd29621f744835a0bf13785b91dda61e72
parent7dbebf24222ac17f90db2975f4064e0ceeaf2cf3
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