commit | 2a39946c984464e4aac82c556ba9915589be7323 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Aug 17 09:58:01 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Sep 15 20:52:39 2020 -0700 |
tree | e40f1c0e4a0ddf305426ae61e6f9561ff25d3232 | |
parent | 26e328759b9bc18329752a75762c059e74a23146 [diff] |
xfs: store inode btree block counts in AGI header Add a btree block usage counters for both inode btrees to the AGI header so that we don't have to walk the entire finobt at mount time to create the per-AG reservations. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>