Skip to content

Commit

Permalink
Merge pull request #5822 from SUSE/wip-12837-firefly
Browse files Browse the repository at this point in the history
WBThrottle::clear_object: signal on cond when we reduce throttle values

Reviewed-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
Loic Dachary committed Oct 20, 2015
2 parents f275ad2 + b894b36 commit f48450b
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 f48450b

Please sign in to comment.