qed: Add return value to qed_aio_write_l2_update()
commit88d2dd72bc071d2a20a759338ce349039b013baa
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)
tree3accdc17c2e54d60a23eaf689589eca8614c5ad8
parentfb18de21e01b4c37cd4aa074bb65a0c441e01fb3
qed: Add return value to qed_aio_write_l2_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