]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/HybridAllocator.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / os / bluestore / HybridAllocator.h
index 92e8b9e80b18a380c0c24dca7995a87d02f64112..e254ba654a30f3858bfad6f8171bb82d97770476 100644 (file)
@@ -13,7 +13,7 @@ class HybridAllocator : public AvlAllocator {
 public:
   HybridAllocator(CephContext* cct, int64_t device_size, int64_t _block_size,
                   uint64_t max_mem,
-                 const std::string& name) :
+                 std::string_view name) :
       AvlAllocator(cct, device_size, _block_size, max_mem, name) {
   }
   const char* get_type() const override