From: Zhi Zhang Date: Mon, 7 Nov 2016 08:41:39 +0000 (+0800) Subject: mds: remove duplicated log in handle_client_readdir X-Git-Tag: v11.1.0~395^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=004bfc426461d4ab1d16e81566d27e5eaeeb30bd;p=ceph.git mds: remove duplicated log in handle_client_readdir Signed-off-by: Zhi Zhang --- diff --git a/src/mds/Server.cc b/src/mds/Server.cc index 9207cde01a42..96a209c2151f 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -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);