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