]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
lockdep: allow lockdep to be dynamically enabled/disabled 5768/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 29 Jul 2015 16:46:24 +0000 (12:46 -0400)
committerLoic Dachary <ldachary@redhat.com>
Sun, 6 Sep 2015 14:05:30 +0000 (16:05 +0200)
commitdc693fcaf2c596087b434f9e90fbc553394b9a14
treee68350e9be4433cde85cc0d513803dd1269f63b8
parent805732b143fd28603238969ba784adb57eff1a12
lockdep: allow lockdep to be dynamically enabled/disabled

librbd test cases attempt to enable lockdep coverage via the librados
API.  Use a configuration observer to register/unregister lockdep
support.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit af0cade0293be22e74a3293765676c7b227b06c4)
src/common/ceph_context.cc
src/common/ceph_context.h
src/common/common_init.cc
src/common/lockdep.cc
src/global/global_init.cc