From: Samuel Just Date: Tue, 29 Oct 2013 06:35:00 +0000 (-0700) Subject: ReplicatedPG: src_obcs can now be empty X-Git-Tag: v0.73~61 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8fa30953e3281bcd78718e220e91370bf5eb93e;p=ceph.git ReplicatedPG: src_obcs can now be empty Signed-off-by: Samuel Just --- diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 2d1cd5a2dfc..2852cf40d36 100644 --- a/src/osd/ReplicatedPG.h +++ b/src/osd/ReplicatedPG.h @@ -473,7 +473,6 @@ public: void put() { assert(nref > 0); if (--nref == 0) { - assert(src_obc.empty()); delete ctx; // must already be unlocked delete this; //generic_dout(0) << "deleting " << this << dendl;