1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/activate
Peter Rajnoha 386886f71c config: refer to config nodes using assigned IDs
For example, the old call and reference:

  find_config_tree_str(cmd, "devices/dir", DEFAULT_DEV_DIR)

...now becomes:

  find_config_tree_str(cmd, devices_dir_CFG)

So we're referring to the named configuration ID instead
of passing the configuration path and the default value
is taken from central config definition in config_settings.h
automatically.
2013-03-06 10:14:33 +01:00
..
activate.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
activate.h activation: simplify activation code 2013-02-23 10:30:03 +01:00
dev_manager.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
dev_manager.h thin: use noflush for obtaining transaction_id 2013-02-04 19:05:56 +01:00
fs.c logging: classify log_debug messages 2013-01-07 22:30:29 +00:00
fs.h Fix lv_info open_count test 2011-10-14 13:23:47 +00:00
targets.h Use UUIDs instead of names while processing event handlers. 2010-04-14 13:01:38 +00:00