From 4fdbd854ff736bfa747ec5042aae7867ccff69d8 Mon Sep 17 00:00:00 2001 From: huanwen ren Date: Fri, 30 Jun 2017 18:09:18 +0800 Subject: [PATCH] =?utf8?q?mds:=20=E2=80=9C*dir=E2=80=9D=20print=20repeated?= =?utf8?q?ly?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit "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 --- src/mds/Server.cc | 1 - 1 file changed, 1 deletion(-) 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()) { -- 2.47.3