]> git.itanic.dy.fi Git - linux-stable/commit
xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Dec 2023 04:57:19 +0000 (05:57 +0100)
committerChandan Babu R <chandanbabu@kernel.org>
Fri, 22 Dec 2023 05:48:11 +0000 (11:18 +0530)
commiteef519d746bbfb90cbad4077c2d39d7a359c3282
treefe5d2daa9e2a669c4c9951974b956fbb63a126b1
parent825b49e4dad8eba37d32bd12ceb436f1b0958fde
xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting

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