1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/mirror
Zdenek Kabelac 1c07b05292 text_import: use radix tree to find lv_names
Replace dm_hash usage with  radix_tree to quickly find LV name
with a vg and also  index PV name with set of available PVs.
This PV index is only needed during the import, but instead
of passing 'radix_tree *' everywhere, just keep this with
a VG struct as well and once the parsing is finished, release
radix_tree.  This also makes it easier to replace this stucture
in future if needed.
2024-10-21 20:13:59 +02:00
..
mirrored.c text_import: use radix tree to find lv_names 2024-10-21 20:13:59 +02:00