[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-block] [PATCH 17/29] qed: Add return value to qed
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [Qemu-block] [PATCH 17/29] qed: Add return value to qed_aio_write_l1_update() |
Date: |
Wed, 31 May 2017 13:40:27 +0100 |
User-agent: |
Mutt/1.8.0 (2017-02-23) |
On Fri, May 26, 2017 at 10:21:58PM +0200, Kevin Wolf wrote:
> 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 <address@hidden>
> ---
> block/qed.c | 19 +++++++++----------
> 1 file changed, 9 insertions(+), 10 deletions(-)
Reviewed-by: Stefan Hajnoczi <address@hidden>
signature.asc
Description: PGP signature
- Re: [Qemu-devel] [Qemu-block] [PATCH 11/29] qed: Make qed_write_table() synchronous, (continued)
- [Qemu-devel] [PATCH 14/29] qed: Make qed_aio_read_data() synchronous, Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 13/29] qed: Remove callback from qed_write_table(), Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 15/29] qed: Make qed_aio_write_main() synchronous, Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 16/29] qed: Inline qed_commit_l2_update(), Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 17/29] qed: Add return value to qed_aio_write_l1_update(), Kevin Wolf, 2017/05/26
- Re: [Qemu-devel] [Qemu-block] [PATCH 17/29] qed: Add return value to qed_aio_write_l1_update(),
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH 18/29] qed: Add return value to qed_aio_write_l2_update(), Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 19/29] qed: Add return value to qed_aio_write_main(), Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 20/29] qed: Add return value to qed_aio_write_cow(), Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 21/29] qed: Add return value to qed_aio_write_inplace/alloc(), Kevin Wolf, 2017/05/26
- [Qemu-devel] [PATCH 23/29] qed: Remove ret argument from qed_aio_next_io(), Kevin Wolf, 2017/05/26