[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 03/26] nbd: remove incorrect coroutine_fn annotations
From: |
Alberto Faria |
Subject: |
Re: [PATCH v2 03/26] nbd: remove incorrect coroutine_fn annotations |
Date: |
Mon, 4 Jul 2022 13:56:37 +0100 |
On Mon, May 9, 2022 at 11:39 AM Paolo Bonzini <pbonzini@redhat.com> wrote:
> nbd_co_establish_connection_cancel() cancels a coroutine but is not called
> from coroutine context itself, for example in nbd_cancel_in_flight()
> and in timer callbacks reconnect_delay_timer_cb() and open_timer_cb().
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> include/block/nbd.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Alberto Faria <afaria@redhat.com>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v2 03/26] nbd: remove incorrect coroutine_fn annotations,
Alberto Faria <=