From 059bf98d40fa7e1eddb7aef2ecfdfb6bc96c14fb 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 (cherry picked from commit 8447b08d60d5cf7dce20f8b839cc2cb5a93782de) --- src/os/WBThrottle.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/WBThrottle.cc b/src/os/WBThrottle.cc index 85bca32e568b6..f472a23c85c1e 100644 --- a/src/os/WBThrottle.cc +++ b/src/os/WBThrottle.cc @@ -259,6 +259,7 @@ void WBThrottle::clear_object(const ghobject_t &hoid) pending_wbs.erase(i); remove_object(hoid); + cond.Signal(); } void WBThrottle::throttle() -- 2.47.3