]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Oct 2024 19:43:45 +0000 (12:43 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:41 +0000 (13:44 -0700)
commit61565abe3505c24eb0f07c86bf696a7a5da3057e
treee6dfc0995ec2085e8ebc858dd315b892698c6ae4
parentbf47289638a5d74397ac3e2662823e1d7eb0c930
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