]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove duplicated log in handle_client_readdir 11806/head
authorZhi Zhang <willzzhang@tencent.com>
Mon, 7 Nov 2016 08:41:39 +0000 (16:41 +0800)
committerZhi Zhang <willzzhang@tencent.com>
Mon, 7 Nov 2016 08:41:39 +0000 (16:41 +0800)
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
src/mds/Server.cc

index 9207cde01a4289a51b6962b6bdd1ea8acd56a5cc..96a209c2151ff447563117732a86e7188a2f71b8 100644 (file)
@@ -3515,8 +3515,6 @@ void Server::handle_client_readdir(MDRequestRef& mdr)
           << " complete=" << (int)complete
           << dendl;
   mdr->reply_extra_bl = dirbl;
-  dout(10) << "reply to " << *req << " readdir num=" << numfiles << " end=" << (int)end
-          << " complete=" << (int)complete << dendl;
 
   // bump popularity.  NOTE: this doesn't quite capture it.
   mds->balancer->hit_dir(now, dir, META_POP_IRD, -1, numfiles);