OSDN Git Service

qed: Use bdrv_co_* for coroutine_fns
authorKevin Wolf <kwolf@redhat.com>
Fri, 16 Jun 2017 12:43:19 +0000 (14:43 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:15 +0000 (14:51 +0200)
commit0f714ec70673e734b4b0d5c99f7851c8d9e6fafe
tree1c820e84683dd194cfb0dab1b44800fcb900bbd5
parent87f0d88261d120e428cd23305775026556e6cce6
qed: Use bdrv_co_* for coroutine_fns

All functions that are marked coroutine_fn can directly call the
bdrv_co_* version of functions instead of going through the wrapper.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qed.c