]> sourceware.org Git - lvm2.git/commit
Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 13 May 2009 13:02:52 +0000 (13:02 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 13 May 2009 13:02:52 +0000 (13:02 +0000)
commitd52b3fd3fe2006e2d13e42f8518b6512bff03710
tree7e75de983fd790f476948adf7a4cd55e60d67c32
parent5a945afdc60168dad98a2122491110d51c829656
Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.

As a simplification to the tools and further liblvm, this patch pushes
the setting of NON_BLOCKING lock flag inside the lock_vol() call.
The policy we set is if any existing VGs are currently locked, we
set the NON_BLOCKING flag.

Should be no functional change.
WHATS_NEW
lib/locking/locking.c
tools/vgcfgrestore.c
tools/vgcreate.c
tools/vgextend.c
tools/vgmerge.c
tools/vgreduce.c
tools/vgremove.c
tools/vgrename.c
tools/vgsplit.c
This page took 0.039165 seconds and 5 git commands to generate.