]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: factor out a xfs_growfs_rt_alloc_blocks helper
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2024 04:19:08 +0000 (20:19 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:36 +0000 (13:38 -0800)
commit9154b5008c03117b4fd83cc6639fb7e94f158e90
tree432b1604991daf6e09bf16c6f42b172eeac019ba
parentcd8d0490825c69e0a44cc6ef5333359eed4bd0c8
xfs: factor out a xfs_growfs_rt_alloc_blocks helper

Split out a helper to allocate or grow the rtbitmap and rtsummary files
in preparation of per-RT group bitmap and summary files.

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