]> sourceware.org Git - lvm2.git/commit
Remove LOCK_KEEP and READ_CHECK_EXISTENCE from vgsplit.
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 8 Jul 2009 14:27:37 +0000 (14:27 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 8 Jul 2009 14:27:37 +0000 (14:27 +0000)
commit18fe17069828c686160659d240b567b2887741fa
tree78f36b5d7ac4d824e5cc87f0f51ca52d1efd41ca
parentc2cd4d5d15d4d2678aa492733824b452a93d8461
Remove LOCK_KEEP and READ_CHECK_EXISTENCE from vgsplit.

Remove LOCK_KEEP and READ_CHECK_EXISTENCE from vgsplit.
These flags are no longer necessary.  We now check for existence
in a differnet function, and it is not necessary to keep the lock.
Removing these flags simplifies the new vg_read() interface.
After this patch, we can fully remove LOCK_KEEP.
READ_CHECK_EXISTENCE needs a bit more work before full removal.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
tools/vgsplit.c
This page took 0.030848 seconds and 5 git commands to generate.