mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
b5245d3bcc
Use radix_tree instead of not so well efficient btree code. This change allows to use more efficient 'radix_tree_iterate()', so just easily visit every stored value within the tree. To allow simple transtion, still provide 'dev_iter()' functionality so not every code needs immediate rewrite and can use the old iteration (with extra allocated memory for every tree value) |
||
---|---|---|
.. | ||
hints.c | ||
hints.h | ||
label.c | ||
label.h |