commit | e9a2599a249ed7d31771985aea0e761f5680de64 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Mar 28 14:56:35 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Apr 03 15:18:17 2017 -0700 |
tree | 13164faa7b2400adcffb0f0860f1c67b3905906c | |
parent | 2d520bfaa28b60401fbfe581f485a0bb952d881c [diff] |
xfs: create a function to query all records in a btree Create a helper function that will query all records in a btree. This will be used by the online repair functions to examine every record in a btree to rebuild a second btree. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>