OSDN Git Service

qed: Make qed_write_table() synchronous
authorKevin Wolf <kwolf@redhat.com>
Mon, 14 Nov 2016 13:56:32 +0000 (14:56 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (14:51 +0200)
commit602b57fba48e3fcbda82112275c86d0f1873bbd3
treee3db28ba909c424f2adf1449bfb49071e65af0fb
parentf13d712bb233d1d2d05dc8c70bd868adc0b5aaec
qed: Make qed_write_table() 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-table.c