Skip to content

Commit

Permalink
WBThrottle::clear_object: signal if we cleared an object
Browse files Browse the repository at this point in the history
Fixes: #12223
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 8447b08)
  • Loading branch information
athanatos authored and smithfarm committed Sep 5, 2015
1 parent 6571cd9 commit b894b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/WBThrottle.cc
Expand Up @@ -246,6 +246,7 @@ void WBThrottle::clear_object(const ghobject_t &hoid)

pending_wbs.erase(i);
remove_object(hoid);
cond.Signal();
}

void WBThrottle::throttle()
Expand Down

0 comments on commit b894b36

Please sign in to comment.