On 09.06.23 22:19, Fabiano Rosas wrote:
Some callers of this function are about to be converted to run in
coroutines, so allow it to be executed both inside and outside a
coroutine while we convert all the callers.
This will be reverted once all callers of bdrv_do_query_node_info run
in a coroutine.
Signed-off-by: Fabiano Rosas <faro...@suse.de>
Reviewed-by: Eric Blake <ebl...@redhat.com>
---
include/block/block-io.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Hanna Czenczek <hre...@redhat.com>