]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Aug 2024 15:43:29 +0000 (17:43 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 3 Sep 2024 04:27:38 +0000 (07:27 +0300)
commitbbf9dd48cb728bc94e96ada3a2f064de409c6724
tree0de2311a5c9e584c45e92e96f9a4d6127173cd66
parent2ffe751aa28f590de60ac11176fd435b7dfee0dd
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>
fs/xfs/libxfs/xfs_bmap.c