"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>
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()) {