mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
os/bluestore/BitAllocator.cc: fix uninitialized member
Silence Coverity 1398204 Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
This commit is contained in:
parent
9939a6550f
commit
387ad76b5e
@ -740,7 +740,7 @@ bmap_area_type_t BitMapArea::get_type()
|
||||
* BitMapArea Leaf and Internal
|
||||
*/
|
||||
BitMapAreaIN::BitMapAreaIN(CephContext* cct)
|
||||
: BitMapArea(cct)
|
||||
: BitMapArea(cct), m_child_list(nullptr)
|
||||
{
|
||||
// nothing
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user