]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove spurious logging 2546/head
authorJohn Spray <john.spray@redhat.com>
Sat, 20 Sep 2014 23:55:06 +0000 (00:55 +0100)
committerJohn Spray <john.spray@redhat.com>
Sat, 20 Sep 2014 23:55:06 +0000 (00:55 +0100)
This is from 4f3b8032d, it should not have been
included.  Harmless but noisy.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDS.cc

index a60b975d69feac86ae9336af6ef127079ba066a0..5661fb51dc043deb407f190cd0b1d5f301292b56 100644 (file)
@@ -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();