]> git.itanic.dy.fi Git - linux-stable/commit
xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Dec 2023 04:57:37 +0000 (05:57 +0100)
committerChandan Babu R <chandanbabu@kernel.org>
Fri, 22 Dec 2023 05:48:16 +0000 (11:18 +0530)
commite1ead237407a7f42957f6108a95cf093ce6c2c5d
tree43a3de19dbebb7b1bd6299f5933757b00611a147
parentb6bb34588f4c95a56f23160bf3cadee74fa5480b
xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc

There isn't really much left in xfs_rtallocate_extent now, fold it into
the only caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/xfs_rtalloc.c