mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
WBThrottle::clear_object: signal if we cleared an object
Fixes: #12223 Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
07a2a131e1
commit
8447b08d60
@ -256,6 +256,7 @@ void WBThrottle::clear_object(const ghobject_t &hoid)
|
||||
|
||||
pending_wbs.erase(i);
|
||||
remove_object(hoid);
|
||||
cond.Signal();
|
||||
}
|
||||
|
||||
void WBThrottle::throttle()
|
||||
|
Loading…
Reference in New Issue
Block a user