]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: possible recursive reader lock during resize
authorJason Dillaman <dillaman@redhat.com>
Tue, 1 Sep 2015 00:03:38 +0000 (20:03 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 19 Nov 2015 01:34:43 +0000 (20:34 -0500)
commit2d340da5f850622e65ff73779d4e402ade082e68
tree1ccb4e24715912a1735c036cd8152da183021394
parent3d6cde017aebaf2c46d2ee57f3dc3ead564baf9e
librbd: possible recursive reader lock during resize

With multiple resizes concurrently queued, it's possible for
the owner lock to be locked multiple times.

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