1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha e2870c94cf config: use mempool for config paths used in find_config_tree_* functions
Using mempool is much safer than using the global static variable.
The global variable would be rewritten on each find_config_tree_* call
and we need to be very careful not to get into this problem (we don't
do now, but we can with the patches for "runtime defaults" that will follow).
2014-03-06 10:50:47 +01:00
..
config_settings.h config: fixup default values for selected config settings 2014-03-06 09:49:57 +01:00
config.c config: use mempool for config paths used in find_config_tree_* functions 2014-03-06 10:50:47 +01:00
config.h dumpconfig: comment out config lines without default values defined 2014-02-25 11:32:54 +01:00
defaults.h cache: Code changes to allow creation of cache pools 2014-02-04 11:57:08 -06:00