]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: mark space used by metadata files
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:04 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:47 +0000 (13:44 -0700)
commit73149b6ff6aeebb45067a536c3e254cb51888a54
treeed551771e3e897c1a250efeaff3ab09402ffebdd
parentf2efcdf36c0040ab53aa532fb553049cec5c42e4
xfs_repair: mark space used by metadata files

Track space used by metadata files as a separate incore extent type.
This ensures that we can warn about cross-linked metadata files, even
though we are going to rebuild the entire metadata directory tree in the
end.

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