commit | dbde19da96370670cfc4379ab2bfa8db6be42c2b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jan 16 18:53:08 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jan 17 21:00:45 2018 -0800 |
tree | 83821dc87af52aefd999b3f2dee63421ad9be41d | |
parent | d852657ccfc0e45570989a5f142e11c950d9a793 [diff] |
xfs: cross-reference the rmapbt data with the refcountbt Cross reference the refcount data with the rmap data to check that the number of rmaps for a given block match the refcount of that block, and that CoW blocks (which are owned entirely by the refcountbt) are tracked as well. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>