]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore: allow transactions conflict on backref extents
authorZhang Song <zhangsong325@gmail.com>
Tue, 6 Dec 2022 07:37:35 +0000 (15:37 +0800)
committerZhang Song <zhangsong325@gmail.com>
Wed, 7 Dec 2022 06:26:58 +0000 (14:26 +0800)
Signed-off-by: Zhang Song <zhangsong325@gmail.com>
src/crimson/os/seastore/backref/backref_tree_node.h

index 84086745f01f8bc435e4e84d29a52df99a48b6cf..5a40675de98b52ab82f5bba0be01bc07eda241e6 100644 (file)
@@ -67,10 +67,6 @@ public:
   extent_types_t get_type() const final {
     return TYPE;
   }
-
-  bool may_conflict() const final {
-    return false;
-  }
 };
 using BackrefInternalNodeRef = BackrefInternalNode::Ref;
 
@@ -92,10 +88,6 @@ public:
     return TYPE;
   }
 
-  bool may_conflict() const final {
-    return false;
-  }
-
   const_iterator insert(
     const_iterator iter,
     paddr_t key,