]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
authorChristoph Hellwig <hch@lst.de>
Mon, 21 Oct 2024 00:10:47 +0000 (17:10 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 31 Oct 2024 22:45:04 +0000 (15:45 -0700)
commita7c063b27cfe99b03bf627448ce2e1fe60bd902a
treeaa7512c52b7414e334b073524756e94e8113d7d9
parent1f246811849bb773e95cb1fbe89ed965b5e2d8a8
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate

Source kernel commit: 865469cd41bce2b04bef9539cbf70676878bc8df

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>
libxfs/xfs_bmap.c