]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/NVMEDevice.cc
update sources to v12.1.1
[ceph.git] / ceph / src / os / bluestore / NVMEDevice.cc
index 9d1a84066720ca670802b06e8050830a246634a9..2eb278aa0d08c2d6b184dcd3dc739e09406bfd3b 100644 (file)
@@ -1028,7 +1028,7 @@ int NVMEDevice::aio_write(
 int NVMEDevice::write(uint64_t off, bufferlist &bl, bool buffered)
 {
   // FIXME: there is presumably a more efficient way to do this...
-  IOContext ioc(NULL);
+  IOContext ioc(cct, NULL);
   aio_write(off, bl, &ioc, buffered);
   ioc.aio_wait();
   return 0;