1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-30 17:18:21 +03:00
lvm2/lib/config
Peter Rajnoha 9446978e64 config: define default value for global/thin_disabled_features as NULL instead
Before:
  thin_disabled_features = ""
Now:
  thin_disabled_features = []

Which is a more correct and consistent way of specifying void array
though parses can handle both forms.
2014-03-24 16:31:27 +01:00
..
config_settings.h config: define default value for global/thin_disabled_features as NULL instead 2014-03-24 16:31:27 +01:00
config.c config: also check empty arrays for difference against default values 2014-03-24 16:30:47 +01:00
config.h dumpconfig: add dumpconfig --type diff to show differences from defaults 2014-03-24 15:35:54 +01:00
defaults.h cache: Code changes to allow creation of cache pools 2014-02-04 11:57:08 -06:00