]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/ImageCtx.cc
update sources to v12.1.1
[ceph.git] / ceph / src / librbd / ImageCtx.cc
index fd2333ee105e68d22bbe5ca9f1008db6d14dbd65..ed27beda2e53b1ea6dffaddce3d6f5304aa56898 100644 (file)
@@ -210,7 +210,7 @@ struct C_InvalidateCache : public Context {
 
     ThreadPool *thread_pool;
     get_thread_pool_instance(cct, &thread_pool, &op_work_queue);
-    io_work_queue = new io::ImageRequestWQ(
+    io_work_queue = new io::ImageRequestWQ<>(
       this, "librbd::io_work_queue", cct->_conf->rbd_op_thread_timeout,
       thread_pool);