]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
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)
commit31f5b24c3e42ce9b1e18a980842ad71f3b1c592a
treee6dfc0995ec2085e8ebc858dd315b892698c6ae4
parent628f9141bd6c34dca3202bff0c0dfd400703c38d
xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc

Source kernel commit: 405ee87c6938f67e6ab62a3f8f85b3c60a093886

xfs_bmap_exact_minlen_extent_alloc duplicates the args setup in
xfs_bmap_btalloc.  Switch to call it from xfs_bmap_btalloc after
doing the basic setup.

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