commit | d903e3493ce84bbafbfb9165202c9fddd96834ca | [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 | d29fc801366eb7151775d30dd7954b995031e797 | |
parent | e50b3fa3a2acfbc9dd5b95c2edb30f6193926ae0 [diff] |
xfs_repair: stop preallocating blocks in mk_rbmino and mk_rsumino Now that repair is using libxfs_rtfile_initialize_blocks to write to the rtbitmap and rtsummary inodes, space allocation is already taken care of that helper and there is no need to preallocate it. Remove the code to do so. 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>