WBThrottle::clear_object: signal if we cleared an object

Fixes: #12223
Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Samuel Just 2015-07-07 08:49:54 -07:00
parent 07a2a131e1
commit 8447b08d60

View File

@ -256,6 +256,7 @@ void WBThrottle::clear_object(const ghobject_t &hoid)
pending_wbs.erase(i);
remove_object(hoid);
cond.Signal();
}
void WBThrottle::throttle()