From b0f49e0fba34faf37e8fe6fc2c8f2350b1ab1d23 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Sun, 13 Oct 2013 09:47:58 -0700 Subject: [PATCH] ReplicatedPG.h: while there cannot be a read in progress, there may be a read blocked 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 015c6d3c38ac0..1292780d0440f 100644 --- a/src/osd/ReplicatedPG.h +++ b/src/osd/ReplicatedPG.h @@ -580,7 +580,6 @@ protected: ctx->lock_to_release = OpContext::W_LOCK; return true; } else { - assert(0 == "Currently there cannot be a read in flight here"); return false; } } else { -- 2.39.5