commit | cfed56ae5f410cd6c1601712a9ed4645b71b170c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 03 11:40:56 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Aug 03 11:40:56 2016 +1000 |
tree | 8a55b97d8965e80db51ba4c5319150adbb83f491 | |
parent | 4b8ed67794fe57b23801c65f4ea5b0f0b1f0dbab [diff] |
xfs: support overlapping intervals in the rmap btree Now that the generic btree code supports overlapping intervals, plug in the rmap btree to this functionality. We will need it to find potential left neighbors in xfs_rmap_{alloc,free} later in the patch set. 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>