mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
a66a09696f
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. |
||
---|---|---|
.. | ||
archive.c | ||
archiver.c | ||
archiver.h | ||
export.c | ||
flags.c | ||
format-text.c | ||
format-text.h | ||
import_vsn1.c | ||
import-export.h | ||
import.c | ||
layout.h | ||
text_export.h | ||
text_import.h | ||
text_label.c |