qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH 14/14] block: Rename newly converted BlockDriver IO coroutine functions
Date: Fri, 16 Dec 2022 20:30:30 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

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_child_perm        = blkdebug_child_perm,
- .bdrv_getlength = blkdebug_getlength,
+    .bdrv_co_getlength      = blkdebug_getlength,

To follow usual practice, we should also rename blkdebug_getlength, IMHO

--
Best regards,
Vladimir




reply via email to

[Prev in Thread] Current Thread [Next in Thread]