]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: add headers to realtime bitmap blocks
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:41 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:35 +0000 (18:01 -0800)
commitaaf86f87ea5855d75b03809b2fdd5fb73680ac02
treed41afaaa0c15bd97e3e7efc46d98e1eb8c22fb9d
parent1fc3de707fc571d988e82c320a6d192e8fde8ca6
mkfs: add headers to realtime bitmap blocks

When the rtgroups feature is enabled, format rtbitmap blocks with the
appropriate block headers.  libxfs takes care of the actual writing for
us, so all we have to do is ensure that the bitmap is the correct size.

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