]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/BitmapAllocator.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / os / bluestore / BitmapAllocator.h
index 5c768a4ac2fb1ede2d42c8175aa343df365b0268..ddaa8ca9eae05177a5d6e84be90268f4b08bda9b 100644 (file)
@@ -15,9 +15,9 @@
 class BitmapAllocator : public Allocator,
   public AllocatorLevel02<AllocatorLevel01Loose> {
   CephContext* cct;
-
 public:
-  BitmapAllocator(CephContext* _cct, int64_t capacity, int64_t alloc_unit, const std::string& name);
+  BitmapAllocator(CephContext* _cct, int64_t capacity, int64_t alloc_unit,
+                 std::string_view name);
   ~BitmapAllocator() override
   {
   }