1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha eeff7729d9 config: use small local static buffer instead of mempool for temporary config path
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).
2014-03-07 17:50:01 +01:00
..
config_settings.h config: add default for allocation/cache_pool_chunk_size 2014-03-06 11:34:02 +01:00
config.c config: use small local static buffer instead of mempool for temporary config path 2014-03-07 17:50:01 +01:00
config.h cleanup: remove superfluous forward declaration 2014-03-06 12:43:21 +01:00
defaults.h cache: Code changes to allow creation of cache pools 2014-02-04 11:57:08 -06:00