commit | 07b6403a6873045344b0c18cbb4a4360854f6d76 | [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 | e52bfa528f7706660d5f70edf65525dc6037c2c1 | |
parent | 61aa005a5bd7705e0bdca8b40c694369d40fb93f [diff] |
xfs: move perag structure and setup to libxfs/xfs_ag.[ch] Move the xfs_perag infrastructure to the libxfs files that contain all the per AG infrastructure. This helps set up for passing perags around all the code instead of bare agnos with minimal extra includes for existing files. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org>