From: Jianpeng Ma Date: Wed, 15 Jul 2015 03:18:51 +0000 (+0800) Subject: osd/PG: add mark_queued_for_pg for OpRequest. X-Git-Tag: v9.1.0~411^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3244595c6bfc041d0a2df2c6d3d1441ac4355fb0;p=ceph.git osd/PG: add mark_queued_for_pg for OpRequest. Signed-off-by: Jianpeng Ma --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index b53370f8c38d..747c187eda40 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1841,6 +1841,7 @@ void PG::queue_op(OpRequestRef& op) waiting_for_map.push_back(op); return; } + op->mark_queued_for_pg(); osd->op_wq.queue(make_pair(PGRef(this), op)); { // after queue() to include any locking costs