]> git.ipfire.org Git - thirdparty/qemu.git/commit
qed: Add return value to qed_aio_write_inplace/alloc()
authorKevin Wolf <kwolf@redhat.com>
Thu, 17 Nov 2016 14:40:41 +0000 (15:40 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (14:51 +0200)
commitd6daddcdeb2c0c7d443cb039e798a1671dafdd0d
tree3a6c0bd0802753ee852bfc7e95974e56baa51170
parenta101341aa07237fa85907b1dcafd97add47a3875
qed: Add return value to qed_aio_write_inplace/alloc()

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