]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
BackoffThrottle: use wait_for instead of wait_until
authorSamuel Just <sjust@redhat.com>
Wed, 18 May 2016 18:49:19 +0000 (11:49 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 23 May 2016 17:37:14 +0000 (10:37 -0700)
commit846808ff3f3837b1772f293ae71dba5eda609cc4
treecad2d117e060217419e1cd953c80673c70b9a176
parent0120d271bd35b79f6a0e8682c43290901ca532e9
BackoffThrottle: use wait_for instead of wait_until

On some platforms, wait_until won't surrender the lock
with a negative argument.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/common/Throttle.cc