qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH RFC v2 2/5] blockdev: combine DriveBackupState and BlockdevBa


From: Eric Blake
Subject: Re: [PATCH RFC v2 2/5] blockdev: combine DriveBackupState and BlockdevBackupState
Date: Mon, 18 May 2020 15:57:43 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/13/20 10:49 PM, John Snow wrote:
They have the same fields -- rename it BlockJobState.

This says BlockJobState...


Signed-off-by: John Snow <address@hidden>
---
  blockdev.c | 30 ++++++++++++------------------
  1 file changed, 12 insertions(+), 18 deletions(-)

diff --git a/blockdev.c b/blockdev.c
index b3c840ec03..d3e8a6ca22 100644
--- a/blockdev.c
+++ b/blockdev.c
@@ -1702,11 +1702,11 @@ static void external_snapshot_clean(BlkActionState 
*common)
      aio_context_release(aio_context);
  }
-typedef struct DriveBackupState {
+typedef struct BlockJobActionState {

...but this does not.  I'm assuming it is just a typo in the commit message?

Otherwise,
Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

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