Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
"lockdep enabled");
g_lockdep = true;
g_lockdep_ceph_ctx = cct;
- lockdep_dout(0) << "lockdep start" << dendl;
+ lockdep_dout(1) << "lockdep start" << dendl;
current_maxid = 0;
last_freed_id = -1;
{
pthread_mutex_lock(&lockdep_mutex);
if (cct == g_lockdep_ceph_ctx) {
- lockdep_dout(0) << "lockdep stop" << dendl;
+ lockdep_dout(1) << "lockdep stop" << dendl;
// this cct is going away; shut it down!
g_lockdep = false;
g_lockdep_ceph_ctx = NULL;