]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/journal/RemoveRequest.cc
import 15.2.0 Octopus source
[ceph.git] / ceph / src / librbd / journal / RemoveRequest.cc
index 6ed5f54c3b53e2d20f34279d9201de83e776ee7a..6bdabf40093f5361ac9d00cb24a2ec8e3c1f9fe3 100644 (file)
@@ -42,8 +42,8 @@ void RemoveRequest<I>::stat_journal() {
   ldout(m_cct, 20) << this << " " << __func__ << dendl;
 
   ImageCtx::get_timer_instance(m_cct, &m_timer, &m_timer_lock);
-  m_journaler = new Journaler(m_op_work_queue, m_timer, m_timer_lock,
-                              m_ioctx, m_image_id, m_image_client_id, {});
+  m_journaler = new Journaler(m_op_work_queue, m_timer, m_timer_lock, m_ioctx,
+                              m_image_id, m_image_client_id, {}, nullptr);
 
   using klass = RemoveRequest<I>;
   Context *ctx = create_context_callback<klass, &klass::handle_stat_journal>(this);