commit | 87f0d88261d120e428cd23305775026556e6cce6 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Jun 12 11:12:41 2017 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Jun 26 14:51:15 2017 +0200 |
tree | d1e5ba69edaacf5f22b593a4bc0fe3234c91485e | |
parent | c0e8f98927929b65ffbfb320b7a1c79e0e620006 [diff] |
qed: Add coroutine_fn to I/O path functions Now that we stay in coroutine context for the whole request when doing reads or writes, we can add coroutine_fn annotations to many functions that can do I/O or yield directly. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>