]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/os/seastore/btree/fixed_kv_node.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / crimson / os / seastore / btree / fixed_kv_node.h
index fe5052824dc8e742a744f0318590c14a7cc09a75..956a1824e2a50967d2990d35a767cbcc2e7450be 100644 (file)
@@ -564,7 +564,7 @@ struct FixedKVInternalNode
     return this->get_split_pivot().get_offset();
   }
 
-  void prepare_write() final {
+  void prepare_commit() final {
     if (this->is_initial_pending()) {
       if (this->is_rewrite()) {
        this->set_children_from_prior_instance();
@@ -1004,7 +1004,7 @@ struct FixedKVLeafNode
     }
   }
 
-  void prepare_write() final {
+  void prepare_commit() final {
     if constexpr (has_children) {
       if (this->is_initial_pending()) {
        if (this->is_rewrite()) {