]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
lockdep: allow lockdep to be dynamically enabled/disabled 5425/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 29 Jul 2015 16:46:24 +0000 (12:46 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 30 Jul 2015 13:01:54 +0000 (09:01 -0400)
commitaf0cade0293be22e74a3293765676c7b227b06c4
treeb9e0dfb72b3dbce63b6ec7d583df371ee206e7fc
parent2c51aadb447d3447b5dace19c5cb6268e94247c8
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>
src/common/ceph_context.cc
src/common/ceph_context.h
src/common/common_init.cc
src/common/lockdep.cc
src/global/global_init.cc