File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class LogicalChildNode : public LogicalCachedExtent,
1414 public ChildNode<lba_manager::btree::LBALeafNode,
1515 LogicalChildNode,
1616 laddr_t > {
17- using child_node_t = ChildNode<
17+ using lba_child_node_t = ChildNode<
1818 lba_manager::btree::LBALeafNode, LogicalChildNode, laddr_t >;
1919public:
2020 template <typename ... T>
@@ -24,7 +24,7 @@ class LogicalChildNode : public LogicalCachedExtent,
2424 if (this ->has_parent_tracker () &&
2525 this ->is_valid () &&
2626 !this ->is_pending ()) {
27- child_node_t ::destroy ();
27+ lba_child_node_t ::destroy ();
2828 }
2929 }
3030
@@ -41,7 +41,7 @@ class LogicalChildNode : public LogicalCachedExtent,
4141 }
4242protected:
4343 void on_replace_prior () final {
44- child_node_t ::on_replace_prior ();
44+ lba_child_node_t ::on_replace_prior ();
4545 do_on_replace_prior ();
4646 }
4747 virtual void do_on_replace_prior () {}
You can’t perform that action at this time.
0 commit comments