1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/locking
Petr Rockai 6ee7d2aa53 Remove lockingfailed().
We provide a lock type that behaves like no_locking, but is not
  clustered. Moreover, it also forbids any write locks. This magically (and
  consistently) prevents use of clustered VGs, or changing local VGs with
  --ignorelockingfailure. As a bonus, we can remove the special hacks in a few
  places. Of course, people looking for trouble can always set their locking_type
  to 0 to override.
2009-07-15 05:49:47 +00:00
..
.exported_symbols Pre-release cleanups. 2009-05-21 03:04:52 +00:00
cluster_locking.c Re-instate partial activation support in clustered mode. (mornfall) 2009-06-12 08:30:19 +00:00
external_locking.c Pre-release cleanups. 2009-05-21 03:04:52 +00:00
file_locking.c * minor compilator warning fix for improper function declaration. 2008-11-12 09:30:52 +00:00
locking_types.h Remove lockingfailed(). 2009-07-15 05:49:47 +00:00
locking.c Remove lockingfailed(). 2009-07-15 05:49:47 +00:00
locking.h Re-instate partial activation support in clustered mode. (mornfall) 2009-06-12 08:30:19 +00:00
Makefile.in Right, a simple build (without options) is working again. 2008-11-03 22:14:30 +00:00
no_locking.c Remove lockingfailed(). 2009-07-15 05:49:47 +00:00