Re: [PATCH 14/14] block: Rename newly converted BlockDriver IO coroutine functions

2022-12-16 Thread Vladimir Sementsov-Ogievskiy
On 12/13/22 11:53, Kevin Wolf wrote: diff --git a/block/blkdebug.c b/block/blkdebug.c index 4265ca125e..d8e199d59c 100644 --- a/block/blkdebug.c +++ b/block/blkdebug.c @@ -1076,7 +1076,7 @@ static BlockDriver bdrv_blkdebug = { .bdrv_reopen_prepare= blkdebug_reopen_prepare, .bdrv_c

[PATCH 14/14] block: Rename newly converted BlockDriver IO coroutine functions

2022-12-13 Thread Kevin Wolf
From: Emanuele Giuseppe Esposito Since these functions always run in coroutine context, adjust their name to include "_co_", just like all other BlockDriver callbacks. No functional change intended. Signed-off-by: Emanuele Giuseppe Esposito Signed-off-by: Kevin Wolf --- include/block/block_i