From: Samuel Just Date: Sun, 13 Oct 2013 16:47:58 +0000 (-0700) Subject: ReplicatedPG.h: while there cannot be a read in progress, there may be a read blocked X-Git-Tag: v0.72-rc1~59^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0f49e0fba34faf37e8fe6fc2c8f2350b1ab1d23;p=ceph.git ReplicatedPG.h: while there cannot be a read in progress, there may be a read blocked Signed-off-by: Samuel Just --- diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 015c6d3c38ac..1292780d0440 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 {