]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: refactor root directory initialization
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:02 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:47 +0000 (13:44 -0700)
commit2f51fb6906b824f57c07b71b67c1313f90ff240b
tree0da770f6a31d6b248a4e77c754fc16a1f2204813
parent1617865d8f59012ec989e3091a864098a0108679
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