From ac311c545d0257caa91a5210f5746ea01baa926a Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Wed, 27 Jul 2016 15:01:23 +0800 Subject: [PATCH] osd: drop redundant ping of tp thread Because the lock_suspend_timeout() process of PG does the same thing for each loop. Signed-off-by: xie xingguo --- src/osd/OSD.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 4bc3b18554664..b3ac61dc676d9 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -8959,7 +8959,6 @@ void OSD::process_peering_events( } dispatch_context_transaction(rctx, pg, &handle); pg->unlock(); - handle.reset_tp_timeout(); } if (need_up_thru) queue_want_up_thru(same_interval_since); -- 2.39.5