]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
WBThrottle::clear_object: signal if we cleared an object 5327/head
authorSamuel Just <sjust@redhat.com>
Tue, 7 Jul 2015 15:49:54 +0000 (08:49 -0700)
committerSamuel Just <sjust@redhat.com>
Thu, 23 Jul 2015 19:11:15 +0000 (12:11 -0700)
Fixes: #12223
Signed-off-by: Samuel Just <sjust@redhat.com>
src/os/WBThrottle.cc

index bd2b7677c21ff8cc63cf5f7df7649db7e3916d3c..af3a88893f86a068f066bbb219b2eb33838877b6 100644 (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()