]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
WBThrottle::clear_object: signal if we cleared an object 5822/head
authorSamuel Just <sjust@redhat.com>
Tue, 7 Jul 2015 15:49:54 +0000 (08:49 -0700)
committerNathan Cutler <ncutler@suse.com>
Sat, 5 Sep 2015 10:58:58 +0000 (12:58 +0200)
Fixes: #12223
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 8447b08d60d5cf7dce20f8b839cc2cb5a93782de)

src/os/WBThrottle.cc

index 0354ceb8ccefcff15efe692b1e2428255be48adc..62b2ddc74e4735fc181f7bd126a1a3b5d5befe51 100644 (file)
@@ -246,6 +246,7 @@ void WBThrottle::clear_object(const ghobject_t &hoid)
 
   pending_wbs.erase(i);
   remove_object(hoid);
+  cond.Signal();
 }
 
 void WBThrottle::throttle()