On Mon, May 9, 2022 at 11:35 AM Paolo Bonzini <pbonz...@redhat.com> wrote: > This is incorrect because qcow2_mark_clean() calls qcow2_flush_caches(). > qcow2_mark_clean() is called from non-coroutine context in > qcow2_inactivate() and qcow2_close(). > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > block/qcow2-refcount.c | 4 ++-- > block/qcow2.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Alberto Faria <afa...@redhat.com>