]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Apr 2024 23:07:40 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:25 +0000 (14:06 -0700)
commit0d263da3cd577d1734a41cae5fa0bba836e3e676
treef8af10c5eb9b79617f5b921588c6efb3e1f8c7a8
parenta410fa5f26e638a1b5eb80e7cefdea97605b8610
xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting

Source kernel commit: eef519d746bbfb90cbad4077c2d39d7a359c3282

xfs_bmap_btalloc_accounting only uses the len field from args, but that
has just been propagated to ap->length field by the caller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
libxfs/xfs_bmap.c