commit | e50b3fa3a2acfbc9dd5b95c2edb30f6193926ae0 | [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 | 5b62b06ecdc9982fc13e63d8d2fce1a2aeb169a8 | |
parent | 7b40e9d4c17ba59c22aca97ce18be0cbce568e15 [diff] |
xfs_repair: use libxfs_rtfile_initialize_blocks Use libxfs_rtfile_initialize_blocks to write the re-computed rtbitmap and rtsummary contents. This removes duplicate code and prepares for even more sharing once the rtgroup features adds a metadata header to the rtbitmap and rtsummary blocks. 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>