qed: Add return value to qed_aio_write_l1_update()
commitfb18de21e01b4c37cd4aa074bb65a0c441e01fb3
authorKevin Wolf <kwolf@redhat.com>
Thu, 17 Nov 2016 14:40:41 +0000 (17 15:40 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (26 14:51 +0200)
tree28fcb338a69e412636971dd224189b9428170c64
parentfae25ac7bd6d64724c415027262a532531decc48
qed: Add return value to qed_aio_write_l1_update()

Don't recurse into qed_aio_next_io() and qed_aio_complete() here, but
just return an error code and let the caller handle it.

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