]> sourceware.org Git - lvm2.git/commit
lvmlockd: avoid double unlock of client_mutex
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 25 Aug 2017 12:07:45 +0000 (14:07 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 25 Aug 2017 12:20:59 +0000 (14:20 +0200)
commit288e10cf8b990cd740fba409d6f20525209f4f43
tree16fc02bd6d7c322e2b90c7f7f036c41d384f2732
parentb3b1e788e16c77f6784f30b8e984f68792f8fa1a
lvmlockd: avoid double unlock of client_mutex

Avoid double unlocking of client_mutex and
and unlock client_mutex in 'else' branch
since it's already unlocked in 'if (cl->dead)' branch.
WHATS_NEW
daemons/lvmlockd/lvmlockd-core.c
This page took 0.037388 seconds and 5 git commands to generate.