]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: adjust keep_fsinos to handle metadata directories
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)
commitcf067a8ed68ddc3bd3a1c187753b1b66c6405f47
tree237529a5297ceb7cd26a52ba5c9a126149c5590b
parent73149b6ff6aeebb45067a536c3e254cb51888a54
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