Skip to content

Commit 1ec999c

Browse files
committed
mds: remove the misleading and redundant logs
Signed-off-by: Xiubo Li <[email protected]>
1 parent baaf7c8 commit 1ec999c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mds/MDCache.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8520,7 +8520,6 @@ int MDCache::path_traverse(const MDRequestRef& mdr, MDSContextFactory& cf,
85208520
lov.add_rdlock(&dn->lock);
85218521
}
85228522
if (!mds->locker->acquire_locks(mdr, lov)) {
8523-
dout(10) << "traverse: failed to rdlock " << dn->lock << " " << *dn << dendl;
85248523
return 1;
85258524
}
85268525
} else if (!path_locked &&
@@ -8641,7 +8640,6 @@ int MDCache::path_traverse(const MDRequestRef& mdr, MDSContextFactory& cf,
86418640
lov.add_rdlock(&dn->lock);
86428641
}
86438642
if (!mds->locker->acquire_locks(mdr, lov)) {
8644-
dout(10) << "traverse: failed to rdlock " << dn->lock << " " << *dn << dendl;
86458643
return 1;
86468644
}
86478645
}

0 commit comments

Comments
 (0)