From 8447b08d60d5cf7dce20f8b839cc2cb5a93782de Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 7 Jul 2015 08:49:54 -0700 Subject: [PATCH] WBThrottle::clear_object: signal if we cleared an object Fixes: #12223 Signed-off-by: Samuel Just --- src/os/WBThrottle.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/WBThrottle.cc b/src/os/WBThrottle.cc index bd2b7677c21..af3a88893f8 100644 --- a/src/os/WBThrottle.cc +++ b/src/os/WBThrottle.cc @@ -256,6 +256,7 @@ void WBThrottle::clear_object(const ghobject_t &hoid) pending_wbs.erase(i); remove_object(hoid); + cond.Signal(); } void WBThrottle::throttle()