commit | 4156c238a2b6eace18318b3f5e39223ab833b223 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 15 12:43:49 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Oct 17 10:33:01 2024 -0700 |
tree | 34993e4dd279b2018db9aa0df2708f9baec40b03 | |
parent | 600cc4a8f53275c04d9c6a49de129c9c2ef61a05 [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>