Re: [PATCH v5 09/15] block: bdrv_create_file is a coroutine_fn

2022-11-23 Thread Kevin Wolf
Am 23.11.2022 um 12:42 hat Emanuele Giuseppe Esposito geschrieben: > It is always called in coroutine_fn callbacks, therefore > it can directly call bdrv_co_create(). > > Rename it to bdrv_co_create_file too. > > Signed-off-by: Emanuele Giuseppe Esposito Reviewed-by: Kevin Wolf

[PATCH v5 09/15] block: bdrv_create_file is a coroutine_fn

2022-11-23 Thread Emanuele Giuseppe Esposito
It is always called in coroutine_fn callbacks, therefore it can directly call bdrv_co_create(). Rename it to bdrv_co_create_file too. Signed-off-by: Emanuele Giuseppe Esposito --- block.c| 5 +++-- block/crypto.c | 2 +- block/parallels.c