commit | 08438b1e386b7899e8a2ffef59d6ebf29aac530f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Mar 28 14:56:34 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Apr 03 15:18:17 2017 -0700 |
tree | 6666df138d034679906595132fb2859c0897e5df | |
parent | 80c9f490f344be7999f57fc31a8ed956f8c65f3b [diff] |
xfs: plumb in needed functions for range querying of the freespace btrees Plumb in the pieces (init_high_key, diff_two_keys) necessary to call query_range on the free space btrees. Remove the debugging asserts so that we can make queries starting from block 0. While we're at it, merge the redundant "if (btnum ==" hunks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>