commit | eef519d746bbfb90cbad4077c2d39d7a359c3282 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Dec 18 05:57:19 2023 +0100 |
committer | Chandan Babu R <chandanbabu@kernel.org> | Fri Dec 22 11:18:11 2023 +0530 |
tree | fe5d2daa9e2a669c4c9951974b956fbb63a126b1 | |
parent | 825b49e4dad8eba37d32bd12ceb436f1b0958fde [diff] |
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>