From: Samuel Just Date: Tue, 7 Jul 2015 15:49:54 +0000 (-0700) Subject: WBThrottle::clear_object: signal if we cleared an object X-Git-Tag: v0.80.11~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b894b368790de3383295372250888ba674502fb1;p=ceph.git WBThrottle::clear_object: signal if we cleared an object Fixes: #12223 Signed-off-by: Samuel Just (cherry picked from commit 8447b08d60d5cf7dce20f8b839cc2cb5a93782de) --- diff --git a/src/os/WBThrottle.cc b/src/os/WBThrottle.cc index 0354ceb8cce..62b2ddc74e4 100644 --- a/src/os/WBThrottle.cc +++ b/src/os/WBThrottle.cc @@ -246,6 +246,7 @@ void WBThrottle::clear_object(const ghobject_t &hoid) pending_wbs.erase(i); remove_object(hoid); + cond.Signal(); } void WBThrottle::throttle()