1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/writecache
Zdenek Kabelac a66a09696f 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-15 14:44:49 +02:00
..
writecache.c text_import: use radix tree to find lv_names 2024-10-15 14:44:49 +02:00