commit | 45d0662117565e6100f9e0cf356cd873542c95b1 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Jun 02 10:48:24 2021 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Jun 02 10:48:24 2021 +1000 |
tree | ceacd41e58aa55cd793eac2b02fc76741ab355e4 | |
parent | 7f8d3b3ca6fe9269b3c5deee0dcea38499288e06 [diff] |
xfs: pass perags through to the busy extent code All of the callers of the busy extent API either have perag references available to use so we can pass a perag to the busy extent functions rather than having them have to do unnecessary lookups. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org>