commit | 7b40e9d4c17ba59c22aca97ce18be0cbce568e15 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 15 12:43:49 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Nov 05 13:33:56 2024 -0800 |
tree | 6d70e48b2efe92ff21e6b2b17a9ce4390d7be00f | |
parent | 1164f59bf73519a932001ebf3b6964a0e4e52020 [diff] |
mkfs: use xfs_rtfile_initialize_blocks Use the new libxfs helper for initializing the rtbitmap/summary files for rtgroup-enabled file systems. Also skip the zeroing of the blocks for rtgroup file systems as we'll overwrite every block instantly. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>