]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/onode-staged-tree: remove implemented TODO
authorYingxin Cheng <yingxin.cheng@intel.com>
Wed, 3 Mar 2021 08:48:59 +0000 (16:48 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Thu, 29 Apr 2021 08:03:37 +0000 (16:03 +0800)
Already implemented in c32c1032de1223169a1223d1b8995856e8763df5

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/onode_manager/staged-fltree/node_layout.h

index aeb3735b27c1654e2795d4e16167f5894d4258fd..e66b3ef5c22b936eb829d3f79dce26cdcaf94cda 100644 (file)
@@ -386,7 +386,7 @@ class NodeLayoutT final : public InternalNodeImpl, public LeafNodeImpl {
        *    the estimated left_node_size <= target_split_size;
        * B. the fair one takes a further step to calculate the next slot of
        *    P KiB, and if left_node_size + P/2 < target_split_size, compensate
-       *    the split position to include the next slot; (TODO)
+       *    the split position to include the next slot;
        *
        * Say that the node_block_size = N KiB, the largest allowed
        * insert_size = 1/I * N KiB (I > 1). We want to identify the minimal 'I'