qed: Make qed_aio_write_main() synchronous
commita4d8f1aee13955026c7ff4414cabad625749a613
authorKevin Wolf <kwolf@redhat.com>
Mon, 14 Nov 2016 13:56:32 +0000 (14 14:56 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (26 14:51 +0200)
tree83428455f65524e7cc09efe81ca5ec8c921b4a77
parent3e248cdcd907df82da63f89905e2e1bd20d44ab6
qed: Make qed_aio_write_main() synchronous

Note that this code is generally not running in coroutine context, so
this is an actual blocking synchronous operation. We'll fix this in a
moment.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qed.c