X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fos%2Fbluestore%2FBitmapAllocator.h;fp=ceph%2Fsrc%2Fos%2Fbluestore%2FBitmapAllocator.h;h=ddaa8ca9eae05177a5d6e84be90268f4b08bda9b;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=5c768a4ac2fb1ede2d42c8175aa343df365b0268;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/os/bluestore/BitmapAllocator.h b/ceph/src/os/bluestore/BitmapAllocator.h index 5c768a4ac..ddaa8ca9e 100644 --- a/ceph/src/os/bluestore/BitmapAllocator.h +++ b/ceph/src/os/bluestore/BitmapAllocator.h @@ -15,9 +15,9 @@ class BitmapAllocator : public Allocator, public AllocatorLevel02 { 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 { }