]> 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>
Mon, 23 Sep 2024 20:41:14 +0000 (13:41 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:39 +0000 (15:55 +0200)
commit3392ab6c0b79ce9dbe2f83d38a94073c4834bf1e
tree06c991e3d585ff87fac801d3b0623b8b6c7e88ce
parent07d8f03e71ef3fc088ef2d8e9ea1c26f98d987f3
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