commit | 3a3108ea8c1d4f33ca49fa9fc80e6a6e450654cf | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Apr 11 19:00:38 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Apr 11 19:00:38 2023 -0700 |
tree | 717f4ca2e7ef26b5d2b93299970525837b271e16 | |
parent | fed050f3452da070fa90fc1b02c2bc2219d687a7 [diff] |
xfs: cross-reference rmap records with free space btrees Strengthen the rmap btree record checker a little more by comparing OWN_AG reverse mappings against the free space btrees, the rmap btree, and the AGFL. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>