]> www.infradead.org Git - users/hch/xfsprogs.git/commit
repair: stop preallocating blocks in mk_rbmino and mk_rsumino xfs-rt-refactor
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Jul 2024 21:56:56 +0000 (14:56 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 30 Jul 2024 01:10:17 +0000 (18:10 -0700)
commit2486eca29c82726dab1924ad0c02dc63cd1ed42d
treec025c26dbd7009fd7d13399ca28889794d2a9863
parentc6270014cdbb604c7dbb82b74f447e580051ac0c
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>
repair/phase6.c