]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/PrimaryLogPG.h
import ceph quincy 17.2.6
[ceph.git] / ceph / src / osd / PrimaryLogPG.h
index 4a54e6ebe2cd7de884dedb1a6842675b692df270..1a2c1149c7b75c97c7edf780618c83c055575bb4 100644 (file)
@@ -572,7 +572,7 @@ public:
   }
   void send_message_osd_cluster(
     MessageRef m, Connection *con) override {
-    osd->send_message_osd_cluster(m, con);
+    osd->send_message_osd_cluster(std::move(m), con);
   }
   void send_message_osd_cluster(
     Message *m, const ConnectionRef& con) override {