Am 30.04.2019 um 14:36 hat Vladimir Sementsov-Ogievskiy geschrieben: > qed_read_table and qed_write_table use coroutine-only interfaces but > are not marked coroutine_fn. Happily, they are called only from > coroutine context, so we only need to add missed markers. > > Reported-by: Kevin Wolf <kw...@redhat.com> > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
Thanks for the quick follow-up! Applied to the block branch. Kevin