]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: AioCompletion shouldn't hold its lock during callback
authorJason Dillaman <dillaman@redhat.com>
Thu, 30 Apr 2015 17:42:19 +0000 (13:42 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 4 Jun 2015 20:49:52 +0000 (16:49 -0400)
commit3ad19ae349ebb27ff6027e40883735240fa97a3c
tree33dda5580ceb26127df78d5a7558f36b13f3a6b9
parent0024677dc8adfd610418ca47599dd95d3a5a6612
librbd: AioCompletion shouldn't hold its lock during callback

The callback routine most likely will attempt to retrieve the result
code, which will result in a recursive lock attempt.

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