commit | 230e8fe8462ffda0849ea40b61dcf9f233854076 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Feb 13 09:14:54 2023 +1100 |
committer | Dave Chinner <dchinner@redhat.com> | Mon Feb 13 09:14:54 2023 +1100 |
tree | 1138757d418b53e090f5e5a0da963b5b93de0aea | |
parent | e4d174260779ff0e2dc5de951c2e235721b02b05 [diff] |
xfs: fold xfs_alloc_ag_vextent() into callers We don't need the multiplexing xfs_alloc_ag_vextent() provided anymore - we can just call the exact/near/size variants directly. This allows us to remove args->type completely and stop using args->fsbno as an input to the allocator algorithms. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org>