]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: do not send duplicate lock event
authorJason Dillaman <dillaman@redhat.com>
Mon, 17 Aug 2015 18:21:16 +0000 (14:21 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 19 Nov 2015 01:34:37 +0000 (20:34 -0500)
commitdaf36f032cf2179b2656377408012af9815526e1
tree2ba193e6731e2f38a8bb621243977760ffb9d3bd
parent9df7e39ddf2fc8fa373155d3ed7d03115e202365
librbd: do not send duplicate lock event

No need to alert clients that the lock has been released since it
is already handled by ImageWatcher::release_lock

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ImageWatcher.cc