]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os/seastore: remove an extra continuation in delta-overwrite path 68340/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Sun, 12 Apr 2026 13:12:47 +0000 (22:12 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 13 Apr 2026 10:28:45 +0000 (19:28 +0900)
commit7c673bd41623c84f9587b708f43d86358d98bf3a
tree5854cdc20127989364b64740a7685efc54accc6d
parent96104c122f39eb41941a2e230d7e722c86cb819c
crimson/os/seastore: remove an extra continuation in delta-overwrite path

get_mutable_extent() does not return a future,
so there is no need to keep it in a separate continuation.
Inline it into the next step to simplify the path and
avoid unnecessary continuation overhead.

Signed-off-by: Myoungwon Oh <ohmyoungwon@gmail.com>
src/crimson/os/seastore/object_data_handler.cc