]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
authorChristoph Hellwig <hch@lst.de>
Wed, 18 Sep 2024 05:30:07 +0000 (07:30 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 7 Oct 2024 06:00:11 +0000 (08:00 +0200)
commit865469cd41bce2b04bef9539cbf70676878bc8df
tree613122baee6d2e143c1181bc3942958b65ae57db
parentb3f4e84e2f438a119b7ca8684a25452b3e57c0f0
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate

Userdata and metadata allocations end up in the same allocation helpers.
Remove the separate xfs_bmap_alloc_userdata function to make this more
clear.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/libxfs/xfs_bmap.c