mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
f1e2890012
Till now, we needed the config tree merge only for merging tag configs with lvm.conf. However, this type of merging did a few extra exceptions: - leaving out the tags section - merging values in activation/volume_list - merging values in devices/filter - merging values in devices/types Any other config values were replaced by new values. However, we'd like to do a 'raw merge' as well, simply bypassing the exceptions listed above. This will help us to create a single tree representing the cascaded configs like CONFIG_STRING -> CONFIG_PROFILE -> ... The reason for this patch is that when trees are cascaded, the first value found while traversing the cascade is used, not making any exceptions like we do for tag configs. |
||
---|---|---|
.. | ||
config_settings.h | ||
config.c | ||
config.h | ||
defaults.h |