On Mon, May 9, 2022 at 11:46 AM Paolo Bonzini <pbonz...@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 <pbonz...@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 <afa...@redhat.com>