commit | 2d520bfaa28b60401fbfe581f485a0bb952d881c | [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 | a343fc588824a4c60dc5eb1f0f5a9164c3fc92d2 | |
parent | 08438b1e386b7899e8a2ffef59d6ebf29aac530f [diff] |
xfs: provide a query_range function for freespace btrees Implement a query_range function for the bnobt and cntbt. This will be used for getfsmap fallback if there is no rmapbt and by the online scrub and repair code. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>