commit | c0e8f98927929b65ffbfb320b7a1c79e0e620006 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Nov 18 16:04:59 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Jun 26 14:51:15 2017 +0200 |
tree | 7e51c39e8f83e0e0aff5c07474e196f389b43ef2 | |
parent | 48cc565e767d1cb4965150d258ebd15a1b3de488 [diff] |
qed: Use a coroutine for need_check_timer This fixes the last place where we degraded from AIO to actual blocking synchronous I/O requests. Putting it into a coroutine means that instead of blocking, the coroutine simply yields while doing I/O. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>