1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib/locking
Zdenek Kabelac 6b73d21ba9 locking: avoid dropping locks
When lvm2 command forks, it calls reset_locking(),
which as an unwanted side effect unlinked lock file from filesystem.

Patch changes the behavior to just close locked file descriptor
in children - so the lock is being still properly hold in the parent.
2014-01-27 12:13:29 +01:00
..
.exported_symbols Pre-release cleanups. 2009-05-21 03:04:52 +00:00
cluster_locking.c locking: fix cluster lock_resource fn prototype 2013-07-05 01:59:52 +01:00
external_locking.c config: add profile arg to find_config_tree_str 2013-07-02 15:19:09 +02:00
file_locking.c locking: avoid dropping locks 2014-01-27 12:13:29 +01:00
locking_types.h locking: Make it possible to pass down an LV to activation code. 2013-06-10 17:26:38 +02:00
locking.c locking: activate_lv_excl return correct error code 2013-11-01 13:02:13 +01:00
locking.h locking: Make it possible to pass down an LV to activation code. 2013-06-10 17:26:38 +02:00
Makefile.in Install plugins to subdirs 2010-05-06 10:07:46 +00:00
no_locking.c activation: flag temporary LVs internally 2013-10-23 14:09:37 +02:00