On Mon, May 9, 2022 at 11:39 AM Paolo Bonzini <[email protected]> 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 <[email protected]> > --- > include/block/nbd.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Alberto Faria <[email protected]>
