Skip to content

Commit

Permalink
Merge pull request #5757 from dachary/wip-12836-hammer
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
dzafman committed Sep 8, 2015
2 parents 7614bf7 + 059bf98 commit 19ff928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/WBThrottle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,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 19ff928

Please sign in to comment.