mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
cfg_def_get_path uses a global static var to store the result (for efficiency). So we need to apply the profile first and then get the path for the config item when calling find_config_tree_* fns. Also activation/auto_set_activation is not profilable (at least not now, maybe later if we need that).