]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: Make write_v2 not need to use compress_extents, addendum
authorAdam Kupczyk <akupczyk@ibm.com>
Mon, 10 Mar 2025 08:48:01 +0000 (08:48 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Thu, 13 Mar 2025 06:52:03 +0000 (06:52 +0000)
commit5016925d96e9786ef418ece68cfea58d4efc2565
tree314b5521a110e90e510229abb5390b5c4dc26a40
parentbfff750dc4ea6649eeccc3389aa69cc0aed6dbb5
os/bluestore: Make write_v2 not need to use compress_extents, addendum

There was possible case that affected rightmost changed extent.
It could be that 2 mergeable extents were next to each other.
This change melds them together.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/os/bluestore/Writer.cc
src/os/bluestore/Writer.h