From: Sage Weil Date: Thu, 29 Aug 2013 21:28:11 +0000 (-0700) Subject: osd/ReplicatedPG: drop dout from object_context_destructor_callback X-Git-Tag: v0.69~32^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f7fce5240e76fee89988934352d35a7ca780c66;p=ceph.git 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 --- 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); }