commit | 37f3fa7f161d41d3424231e9ce4bd58b62a56fca | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:37 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:24 2017 -0700 |
tree | 019067dc3971e0164e90ebea7fdf2995b97563b7 | |
parent | cc3e0948d2686f30f49166660cf85b7e0194f365 [diff] |
xfs: scrub btree keys and records Add to the btree scrubber the ability to check that the keys and records are in the right order and actually call out to our record iterator to do actual checking of the records. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>