]> sourceware.org Git - lvm2.git/commit
Remove VG lock ordering check
authorDavid Teigland <teigland@redhat.com>
Tue, 5 Jun 2018 20:16:58 +0000 (15:16 -0500)
committerDavid Teigland <teigland@redhat.com>
Wed, 6 Jun 2018 18:58:34 +0000 (13:58 -0500)
commitd2d8dd7f7f21798cac37d9cc6a7cdcb290a63f4f
tree0b4fa54129896ef48c822de7324b524e56bd60ff
parentc157c43f7cca085651fab13937ee11e526fe88cf
Remove VG lock ordering check

Four commands lock two VGs at a time:

- vgsplit and vgmerge already have their own logic to
  acquire the locks in the correct order.

- vgimportclone and vgrename disable this ordering check.
lib/cache/lvmcache.c
lib/cache/lvmcache.h
lib/locking/locking.c
tools/toollib.c
tools/vgimportclone.c
tools/vgrename.c
This page took 0.038912 seconds and 5 git commands to generate.