]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: adjust keep_fsinos to handle metadata directories
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:20 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 28 Nov 2024 02:33:12 +0000 (18:33 -0800)
commit992a46d7877f9a6d0a79e3f4bccd7e0bdadc01e4
treedb5ee399c38690247538ef1f58fbe42298ad0376
parent432743d207d098fcdd9a711b3ac3fce9bed1dd7e
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