]> sourceware.org Git - lvm2.git/commit
Remove lockingfailed().
authorPetr Rockai <prokai@redhat.com>
Wed, 15 Jul 2009 05:49:47 +0000 (05:49 +0000)
committerPetr Rockai <prokai@redhat.com>
Wed, 15 Jul 2009 05:49:47 +0000 (05:49 +0000)
commit2a4c743edd85bfb1850d422b24191b358f90d9f0
treede2d4a27b8037cac12ed4c2ca1815f78bd054dc0
parenta9d820ed2ff9448146ea403082d1b770e562ed60
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.031742 seconds and 5 git commands to generate.