]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/ReplicatedPG: drop dout from object_context_destructor_callback
authorSage Weil <sage@inktank.com>
Thu, 29 Aug 2013 21:28:11 +0000 (14:28 -0700)
committerSage Weil <sage@inktank.com>
Thu, 29 Aug 2013 21:28:11 +0000 (14:28 -0700)
We don't hold the pg lock; cannot call dout here.

Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedPG.cc

index f2bf36e82d6acad49ea49bdf6ff79010df7d149a..4a8f24dadd6e5166f0a1eae21eb32ec02dc2c55b 100644 (file)
@@ -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);
 }