commit | b6c1beb967b0a4a1b8297ee6f4bc067a0ba32b0b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:38 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:24 2017 -0700 |
tree | 0052a17a745929b09c337c3296eb9d9cc6861632 | |
parent | 37f3fa7f161d41d3424231e9ce4bd58b62a56fca [diff] |
xfs: create helpers to scan an allocation group Add some helpers to enable us to lock an AG's headers, create btree cursors for all btrees in that allocation group, and clean up afterwards. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>