commit | c543838a1e00a5f8791e59ae570b1030d70906f2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 03 11:42:39 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Aug 03 11:42:39 2016 +1000 |
tree | e337821e836ea0378d256dd5e598b75f97df14db | |
parent | cfed56ae5f410cd6c1601712a9ed4645b71b170c [diff] |
xfs: teach rmapbt to support interval queries Now that the generic btree code supports querying all records within a range of keys, use that functionality to allow us to ask for all the extents mapped to a range of physical blocks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>