]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/io/CopyupRequest.cc
import 15.2.2 octopus source
[ceph.git] / ceph / src / librbd / io / CopyupRequest.cc
index 066d15f4eaa17f04e2c150e2d965c57d00a54a01..94b80ecca1e86e8f95e79209db9e9dbe62f2ae35 100644 (file)
@@ -241,7 +241,7 @@ void CopyupRequest<I>::deep_copy() {
     CopyupRequest<I>, &CopyupRequest<I>::handle_deep_copy>(this);
   auto req = deep_copy::ObjectCopyRequest<I>::create(
     m_image_ctx->parent, m_image_ctx, 0, 0,
-    m_image_ctx->migration_info.snap_map, m_object_no, m_flatten, ctx);
+    m_image_ctx->migration_info.snap_map, m_object_no, m_flatten, nullptr, ctx);
 
   req->send();
 }