]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: “*dir” print repeatedly 16041/head
authorhuanwen ren <rhwlyw@163.com>
Fri, 30 Jun 2017 10:09:18 +0000 (18:09 +0800)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 10:09:18 +0000 (18:09 +0800)
"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 <ren.huanwen@zte.com.cn>
src/mds/Server.cc

index 01e92484bfd85bfb295b104ded929c808d0ba35a..84c6b8127172c1f3296d3b0f36c13fa9b0180b7c 100644 (file)
@@ -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()) {