commit | 2fdbec5cbeb93349836d682b1caa5cc72d1b7018 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 25 15:03:46 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Oct 27 09:20:31 2017 -0700 |
tree | 113a27a8a96bf20b65c9757da6a3d26f99506867 | |
parent | 8210f4dda2d7642cb7c882db55e53d899cced401 [diff] |
xfs: compare btree block keys to parent block's keys during scrub When we're done checking all the records/keys in a btree block, compute the low and high key of the block and compare them to the associated key in the parent btree block. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>