commit | 7c6c99b8295829580c506067495a23c07436e266 | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Tue Sep 26 17:22:01 2017 -0700 |
committer | Dave Watson <davejwatson@fb.com> | Wed Oct 04 12:23:03 2017 -0700 |
tree | 15d396ca9eb04548535bd70e6b3531da979c0f4b | |
parent | 8a7ee3014cea09e13e605bf47c11943df5a5eb2b [diff] |
Use ph instead of rb tree for extents_avail_ There does not seem to be any overlap between usage of extent_avail and extent_heap, so we can use the same hook. The only remaining usage of rb trees is in the profiling code, which has some 'interesting' iteration constraints. Fixes #888