]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: adjust keep_fsinos to handle metadata directories
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:55 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:11 +0000 (15:37 -0700)
commit3337ce85c22746b4fac6cec67b1d044a866cd520
tree17edf5103e35ee3ee6b6955ec76bb3a1c6a02050
parent9e0cf61365949f047438903770bbd7b94061dcfd
xfs_repair: adjust keep_fsinos to handle metadata directories

In keep_fsinos, mark the root of the metadata directory tree as inuse.
The realtime bitmap and summary files still come after the root
directories, so this is a fairly simple change to the loop test.

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