]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: refactor root directory initialization
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:18 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 28 Nov 2024 02:33:12 +0000 (18:33 -0800)
commit75bd8c8731a974e4b918bd04c9bd55decc57c2b9
treebd7755ecfee244e893c576ef3e584d51b94270d4
parentc9b81c74cc547be2e8d46ddd1d6c49db35d8b25d
xfs_repair: refactor root directory initialization

Refactor root directory initialization into a separate function we can
call for both the root dir and the metadir.

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