]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ReplicatedPG.h: while there cannot be a read in progress, there may be a read blocked 706/head
authorSamuel Just <sam.just@inktank.com>
Sun, 13 Oct 2013 16:47:58 +0000 (09:47 -0700)
committerSamuel Just <sam.just@inktank.com>
Sun, 13 Oct 2013 16:47:58 +0000 (09:47 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedPG.h

index 015c6d3c38ac0c926478b26d893e73a44ca6b660..1292780d0440f578ba0dcf7ecd4f5b9c11fbd9c0 100644 (file)
@@ -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 {