mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
eeff7729d9
We can't use mempool for temporary variable for configuration path inside find_config_tree_* functions since these functions can use the mempool themselves deeper in the code and we can free mempool chunks only from top to bottom which is not the case here (some default string configuration values can be allocated from the mempool). |
||
---|---|---|
.. | ||
config_settings.h | ||
config.c | ||
config.h | ||
defaults.h |