1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/locking
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
..
.exported_symbols Pre-release cleanups. 2009-05-21 03:04:52 +00:00
cluster_locking.c logging: classify log_debug messages 2013-01-07 22:30:29 +00:00
external_locking.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
file_locking.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
locking_types.h Suppress low-level locking errors and warnings while using --sysinit. 2011-08-09 11:44:57 +00:00
locking.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
locking.h Add some lock comments 2012-04-24 12:17:12 +00:00
Makefile.in Install plugins to subdirs 2010-05-06 10:07:46 +00:00
no_locking.c locking: clarify read-only locking error message v2 2012-07-25 14:37:22 +02:00