]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/os/seastore/.../lba_btree: fix handle_split internal nodes 43083/head
authorSamuel Just <sjust@redhat.com>
Tue, 7 Sep 2021 22:59:08 +0000 (22:59 +0000)
committerSamuel Just <sjust@redhat.com>
Tue, 7 Sep 2021 23:55:27 +0000 (16:55 -0700)
commitd9192d7d18dd313b20e8b2c5a8e0186431be5891
tree0834965e1ce9458dbfd9cc830ec8d103d6200fab
parente8c1cdfffcbc7923b86876032e3086e10a3959c7
crimson/os/seastore/.../lba_btree: fix handle_split internal nodes

Internal node pointers aren't actually allowed to point to end() -- that's
specific to the leaf pointer.

Fixes: https://tracker.ceph.com/issues/52532
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/seastore/lba_manager/btree/lba_btree.cc