]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/osd_operations/logmissing_request_reply: do not move away req 53537/head
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 16 Oct 2023 06:41:55 +0000 (14:41 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Thu, 2 Nov 2023 07:29:08 +0000 (15:29 +0800)
So that print can always deal with a valid req.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/osd/osd_operations/logmissing_request_reply.cc

index 5cfe5b215307ac0a8b4c43cd372cb02dd36dd52b..b2d447d194afa53b3122f172548d46b24e55ac72 100644 (file)
@@ -67,7 +67,7 @@ seastar::future<> LogMissingRequestReply::with_pg(
 
   IRef ref = this;
   return interruptor::with_interruption([this, pg] {
-    return pg->do_update_log_missing_reply(std::move(req)
+    return pg->do_update_log_missing_reply(req
     ).then_interruptible([this] {
       logger().debug("{}: complete", *this);
       return handle.complete();