]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/os/seastore/root_block.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / crimson / os / seastore / root_block.h
index bf3dfb54265688f8480ace5cf98952cbabebe610..0e45519ce45166ab5f67de3fc1492e446382decf 100644 (file)
@@ -41,7 +41,7 @@ struct RootBlock : CachedExtent {
   CachedExtent* lba_root_node = nullptr;
   CachedExtent* backref_root_node = nullptr;
 
-  RootBlock() : CachedExtent(0) {}
+  RootBlock() : CachedExtent(zero_length_t()) {};
 
   RootBlock(const RootBlock &rhs)
     : CachedExtent(rhs),