]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/btree: correct out-dated comments 57828/head
authorXuehan Xu <xuxuehan@qianxin.com>
Mon, 1 Jul 2024 07:31:12 +0000 (15:31 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Mon, 1 Jul 2024 07:31:44 +0000 (15:31 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/os/seastore/btree/fixed_kv_node.h

index 79495cb35d129607e6719f27cbb4cff897ccd592..21fe5c72facb21e8c8b665b5c54925f26e22cf0e 100644 (file)
@@ -130,7 +130,7 @@ struct FixedKVNode : ChildableCachedExtent {
       children[offset] = child;
       set_child_ptracker(child);
     } else {
-      // this can only happen when reserving lba spaces
+      // this can happen when reserving lba spaces and cloning mappings
       ceph_assert(is_leaf_and_has_children());
       // this is to avoid mistakenly copying pointers from
       // copy sources when committing this lba node, because