From f8fa30953e3281bcd78718e220e91370bf5eb93e Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 28 Oct 2013 23:35:00 -0700 Subject: [PATCH] ReplicatedPG: src_obcs can now be empty Signed-off-by: Samuel Just --- src/osd/ReplicatedPG.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 2d1cd5a2dfcc6..2852cf40d3619 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; -- 2.39.5