From: huanwen ren Date: Fri, 30 Jun 2017 10:09:18 +0000 (+0800) Subject: mds: “*dir” print repeatedly X-Git-Tag: ses5-milestone9~1^2~25^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4fdbd854ff736bfa747ec5042aae7867ccff69d8;p=ceph.git mds: “*dir” print repeatedly "traverse_to_auth_dir()" will be print "*dir", so this place is repeated, This extra print was found when I was using log location problems. Signed-off-by: huanwen ren --- diff --git a/src/mds/Server.cc b/src/mds/Server.cc index 01e92484bfd8..84c6b8127172 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -2629,7 +2629,6 @@ CDentry* Server::rdlock_path_xlock_dentry(MDRequestRef& mdr, int n, CDir *dir = traverse_to_auth_dir(mdr, mdr->dn[n], refpath); if (!dir) return 0; - dout(10) << "rdlock_path_xlock_dentry dir " << *dir << dendl; // make sure we can auth_pin (or have already authpinned) dir if (dir->is_frozen()) {