]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/journal/Replay.cc
import ceph nautilus 14.2.2
[ceph.git] / ceph / src / librbd / journal / Replay.cc
index 25dd61203f7bc26d81aaaa8e16c31ddababd4034..f96153e7edb82344500c3ad3f7e8f206ea6333fc 100644 (file)
@@ -1176,7 +1176,7 @@ bool Replay<I>::clipped_io(uint64_t image_offset, io::AioCompletion *aio_comp) {
     // it wouldn't have been recorded in the journal
     ldout(cct, 5) << ": no-op IO event beyond image size" << dendl;
     aio_comp->get();
-    aio_comp->unblock();
+    aio_comp->set_request_count(0);
     aio_comp->put();
     return true;
   }