]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Aug 2024 18:48:03 +0000 (11:48 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:01:23 +0000 (10:01 +0200)
commite0b7b068cf38a50a2025faee1c60379e2a8ddc2a
tree6873c3eb0fd58b24a30ed8f8f9487c101a4e8666
parentd6a0d7ecbcd3b2c94f15661c9a7fadad0a342e18
xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks

Use xfs_growfs_rt_alloc_fake_mount instead of manually recalculating
the RT bitmap geometry.

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>
fs/xfs/xfs_rtalloc.c