]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/BlueFS.cc
update sources to v12.1.2
[ceph.git] / ceph / src / os / bluestore / BlueFS.cc
index 36f0b3cb0498701585c6eddf1b71eccb6a49d21d..ed94e60067c230e90cd5a661fd2cbfc6032dffa9 100644 (file)
@@ -129,7 +129,7 @@ void BlueFS::_update_logger_stats()
   }
 }
 
-int BlueFS::add_block_device(unsigned id, string path)
+int BlueFS::add_block_device(unsigned id, const string& path)
 {
   dout(10) << __func__ << " bdev " << id << " path " << path << dendl;
   assert(id < bdev.size());