]> sourceware.org Git - lvm2.git/commit
Move orphan lock obtain/release inside vg_extend().
authorDave Wysochanski <dwysocha@redhat.com>
Fri, 10 Jul 2009 20:09:21 +0000 (20:09 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Fri, 10 Jul 2009 20:09:21 +0000 (20:09 +0000)
commit7fa91ec044b977785598ef57d8c53af59b2e3782
treea09f9292c8029502f2c18ee57462b9fdc66a76a7
parent03660b30454ec07c09c164f7fd23af278677324a
Move orphan lock obtain/release inside vg_extend().

With this change we now have vgcreate/vgextend liblvm functions.
Note that this changes the lock order of the following functions as the
orphan lock is now obtained first.  With our policy of non-blocking
second locks, this should not be a problem.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
lib/metadata/metadata.c
tools/vgcreate.c
tools/vgextend.c
This page took 0.034624 seconds and 5 git commands to generate.