Skip to content

Commit b18b1ef

Browse files
committed
Merge PR ceph#58437 into main
* refs/pull/58437/head: mds: remove the misleading and redundant logs Reviewed-by: Patrick Donnelly <[email protected]>
2 parents 95dffdc + 1ec999c commit b18b1ef

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
@@ -8524,7 +8524,6 @@ int MDCache::path_traverse(const MDRequestRef& mdr, MDSContextFactory& cf,
85248524
lov.add_rdlock(&dn->lock);
85258525
}
85268526
if (!mds->locker->acquire_locks(mdr, lov)) {
8527-
dout(10) << "traverse: failed to rdlock " << dn->lock << " " << *dn << dendl;
85288527
return 1;
85298528
}
85308529
} else if (!path_locked &&
@@ -8645,7 +8644,6 @@ int MDCache::path_traverse(const MDRequestRef& mdr, MDSContextFactory& cf,
86458644
lov.add_rdlock(&dn->lock);
86468645
}
86478646
if (!mds->locker->acquire_locks(mdr, lov)) {
8648-
dout(10) << "traverse: failed to rdlock " << dn->lock << " " << *dn << dendl;
86498647
return 1;
86508648
}
86518649
}

0 commit comments

Comments
 (0)