qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 01/26] block: remove incorrect coroutine_fn annotations


From: Alberto Faria
Subject: Re: [PATCH v2 01/26] block: remove incorrect coroutine_fn annotations
Date: Mon, 4 Jul 2022 13:54:53 +0100

On Mon, May 9, 2022 at 11:46 AM Paolo Bonzini <pbonzini@redhat.com> wrote:
> This is incorrect because blk_pwritev_part() is called by
> blk_pwrite_zeroes() and blk_pwrite(), neither of which has to be called
> from a coroutine.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  block/block-backend.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Isn't this sort of justification the wrong way around?

Regardless:

Reviewed-by: Alberto Faria <afaria@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]