From 4f7fce5240e76fee89988934352d35a7ca780c66 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 29 Aug 2013 14:28:11 -0700 Subject: [PATCH] osd/ReplicatedPG: drop dout from object_context_destructor_callback We don't hold the pg lock; cannot call dout here. Signed-off-by: Sage Weil --- src/osd/ReplicatedPG.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index f2bf36e82d6a..4a8f24dadd6e 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -4714,9 +4714,6 @@ int ReplicatedPG::find_object_context(const hobject_t& oid, void ReplicatedPG::object_context_destructor_callback(ObjectContext *obc) { - dout(10) << "object_context_destructor_callback " << obc << " " - << obc->obs.oi.soid << dendl; - if (obc->ssc) put_snapset_context(obc->ssc); } -- 2.47.3