From b38cebf0742f4307dced5927713c775533fc7fe4 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 15 Apr 2010 13:24:45 -0700 Subject: [PATCH] osd: send reply via connection for MOSDSubOps --- src/osd/PG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index de8f70a83afb2..1196b2d5af501 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -2354,7 +2354,7 @@ void PG::sub_op_scrub(MOSDSubOp *op) MOSDSubOpReply *reply = new MOSDSubOpReply(op, 0, osd->osdmap->get_epoch(), CEPH_OSD_FLAG_ACK); ::encode(map, reply->get_data()); - osd->messenger->send_message(reply, op->get_source_inst()); + osd->messenger->send_message(reply, op->get_connection()); op->put(); } -- 2.39.5