]> sourceware.org Git - lvm2.git/commit
Remove lockingfailed().
authorPetr Rockai <prockai@redhat.com>
Wed, 15 Jul 2009 05:49:47 +0000 (05:49 +0000)
committerPetr Rockai <prockai@redhat.com>
Wed, 15 Jul 2009 05:49:47 +0000 (05:49 +0000)
commit6ee7d2aa53b19b37d87954823a4a215d49ec2370
treede2d4a27b8037cac12ed4c2ca1815f78bd054dc0
parent51dfb124e10598a65745beffde5c4641668c683a
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.
lib/locking/locking.c
lib/locking/locking_types.h
lib/locking/no_locking.c
lib/metadata/metadata.c
lib/misc/lvm-globals.c
tools/lvchange.c
tools/vgchange.c
This page took 0.03457 seconds and 5 git commands to generate.