]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs: add headers to realtime bitmap blocks
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:56:32 +0000 (11:56 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:15 +0000 (16:29 -0700)
commit84b8a0d1981f2b90bc916871c32eb0d97595b43c
tree2c6f8de0242972c8444bdbed8589773824453539
parentabbe726a38fad806aeff3d929f80218fd6591a36
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>
mkfs/xfs_mkfs.c