From 28b7b933675975e1e82c26ed8c45a3e8dee089d1 Mon Sep 17 00:00:00 2001 From: John Spray Date: Sun, 21 Sep 2014 00:55:06 +0100 Subject: [PATCH] mds: remove spurious logging This is from 4f3b8032d, it should not have been included. Harmless but noisy. Signed-off-by: John Spray --- src/mds/MDS.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mds/MDS.cc b/src/mds/MDS.cc index a60b975d69fea..5661fb51dc043 100644 --- a/src/mds/MDS.cc +++ b/src/mds/MDS.cc @@ -2037,10 +2037,6 @@ void MDS::_advance_queues() ls.swap(finished_queue); while (!ls.empty()) { dout(10) << " finish " << ls.front() << dendl; - - dout(1) << "trigger: " << this << dendl; - dout(1) << " " << this->mds_lock.is_locked() << dendl; - dout(1) << " " << this->mds_lock.is_locked_by_me() << dendl; ls.front()->complete(0); ls.pop_front(); -- 2.39.5