]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/.../btree_range_pin: update parent in duplicate
authorSamuel Just <sjust@redhat.com>
Mon, 12 Apr 2021 23:11:56 +0000 (16:11 -0700)
committerSamuel Just <sjust@redhat.com>
Sun, 18 Apr 2021 07:30:42 +0000 (00:30 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/seastore/lba_manager/btree/btree_range_pin.h

index ba3d4dbd9b9a72c988ea73f2b087e1d6d55b5b26..d4529ae48ec3950d21f1360eb899d83d1cf3309d 100644 (file)
@@ -263,6 +263,7 @@ public:
     auto ret = std::unique_ptr<BtreeLBAPin>(new BtreeLBAPin);
     ret->pin.set_range(pin.range);
     ret->paddr = paddr;
+    ret->parent = parent;
     return ret;
   }