From: Matan Breizman Date: Sun, 19 Feb 2023 10:50:04 +0000 (+0000) Subject: crimson/osd/object_context_loader: with_clone_obc to move head X-Git-Tag: v19.0.0~1624^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4bf99c69f2506babc566395ea1f090c30bd70d30;p=ceph.git crimson/osd/object_context_loader: with_clone_obc to move head Signed-off-by: Matan Breizman --- diff --git a/src/crimson/osd/object_context_loader.cc b/src/crimson/osd/object_context_loader.cc index 0928fb78be059..1aa2faa0d695a 100644 --- a/src/crimson/osd/object_context_loader.cc +++ b/src/crimson/osd/object_context_loader.cc @@ -47,7 +47,7 @@ using crimson::common::local_conf; crimson::ct_error::enoent::make() }; } - return this->with_clone_obc_only(head, + return this->with_clone_obc_only(std::move(head), oid, std::move(func)); });