]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair,mkfs: port to libxfs_rt{bitmap,summary}_create
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:26 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:32 +0000 (18:01 -0800)
commit595b5cecf6b28d5ea7ea21f692a309d09147c597
treed1fdfa976e9c5345a64a9d9f64e0ea15b88b9e58
parent762043aee95d91abc49e886d8bde93aa5f0e60a4
xfs_repair,mkfs: port to libxfs_rt{bitmap,summary}_create

Replace the open-coded rtbitmap and summary creation routines with the
ones in libxfs so that we share code.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
mkfs/proto.c
repair/phase6.c