From: John Spray Date: Sat, 20 Sep 2014 23:55:06 +0000 (+0100) Subject: mds: remove spurious logging X-Git-Tag: v0.86~39^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2546%2Fhead;p=ceph.git mds: remove spurious logging This is from 4f3b8032d, it should not have been included. Harmless but noisy. Signed-off-by: John Spray --- diff --git a/src/mds/MDS.cc b/src/mds/MDS.cc index a60b975d69f..5661fb51dc0 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();