commit | 61021deb1faa5b2b913bf0ad76e2769276160b04 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Jul 07 19:07:47 2022 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jul 07 19:07:47 2022 +1000 |
tree | ebcb1fc8778c800e77af413dfa295b43f7dd4156 | |
parent | 08d3e84feeb8cb8e20d54f659446b98fe17913aa [diff] |
xfs: pass perag to xfs_read_agi We have the perag in most palces we call xfs_read_agi, so pass the perag instead of a mount/agno pair. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>