]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: workaround for intermingled lockdep singletons 8476/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 6 Apr 2016 20:08:15 +0000 (16:08 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 7 Apr 2016 14:36:30 +0000 (10:36 -0400)
commit017d8308484c4d3f07ffe3e63515a8f34961a1ac
tree9bbb84a32839ee5aa3019aabbb9474a6320cfdcc
parent6f8596fc01e85dd2acf15f0f3289ec79255fd103
rbd-mirror: workaround for intermingled lockdep singletons

If librados constructs the CephContext, lockdep will be initialized
in both the librados shared address space and also within the app
address space.  This breaks lockdep's functionality and results in
a crash upon shutdown.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd_mirror/Replayer.cc