mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
1c07b05292
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. |
||
---|---|---|
.. | ||
mirrored.c |