]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: add locking asserts to ImageCtx
authorJosh Durgin <jdurgin@redhat.com>
Tue, 24 Feb 2015 03:03:32 +0000 (19:03 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 25 Feb 2015 23:41:54 +0000 (15:41 -0800)
commitbb4041fc956f2e83c2deef0e89e8286707bc9f30
tree98ed5d2fb8d97b815711b11b4b4f0ed429e2e018
parent4bcbdbfd0f69b00cbba53e4753459989b6117d3a
librbd: add locking asserts to ImageCtx

A bunch of these used to be here, but were removed when converting to
RWLocks, before RWLocks had is_[w]locked() methods.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/librbd/ImageCtx.cc