All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block: Remove unused struct definition BlockFinishData
@ 2016-01-28  3:57 Fam Zheng
  2016-01-28 11:17 ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
  2016-01-28 12:24 ` [Qemu-devel] " Kevin Wolf
  0 siblings, 2 replies; 3+ messages in thread
From: Fam Zheng @ 2016-01-28  3:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Jeff Cody, qemu-block, mreitz

Unused since 94db6d2d3.

Signed-off-by: Fam Zheng <famz@redhat.com>
---
 blockjob.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/blockjob.c b/blockjob.c
index 80adb9d..a692142 100644
--- a/blockjob.c
+++ b/blockjob.c
@@ -278,14 +278,6 @@ void block_job_iostatus_reset(BlockJob *job)
     }
 }
 
-struct BlockFinishData {
-    BlockJob *job;
-    BlockCompletionFunc *cb;
-    void *opaque;
-    bool cancelled;
-    int ret;
-};
-
 static int block_job_finish_sync(BlockJob *job,
                                  void (*finish)(BlockJob *, Error **errp),
                                  Error **errp)
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Qemu-block] [PATCH] block: Remove unused struct definition BlockFinishData
  2016-01-28  3:57 [Qemu-devel] [PATCH] block: Remove unused struct definition BlockFinishData Fam Zheng
@ 2016-01-28 11:17 ` Stefan Hajnoczi
  2016-01-28 12:24 ` [Qemu-devel] " Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2016-01-28 11:17 UTC (permalink / raw)
  To: Fam Zheng; +Cc: Kevin Wolf, qemu-devel, qemu-block, mreitz

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

On Thu, Jan 28, 2016 at 11:57:13AM +0800, Fam Zheng wrote:
> Unused since 94db6d2d3.
> 
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  blockjob.c | 8 --------
>  1 file changed, 8 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] block: Remove unused struct definition BlockFinishData
  2016-01-28  3:57 [Qemu-devel] [PATCH] block: Remove unused struct definition BlockFinishData Fam Zheng
  2016-01-28 11:17 ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
@ 2016-01-28 12:24 ` Kevin Wolf
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2016-01-28 12:24 UTC (permalink / raw)
  To: Fam Zheng; +Cc: Jeff Cody, qemu-devel, qemu-block, mreitz

Am 28.01.2016 um 04:57 hat Fam Zheng geschrieben:
> Unused since 94db6d2d3.
> 
> Signed-off-by: Fam Zheng <famz@redhat.com>

Thanks, applied to the block branch.

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-28 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28  3:57 [Qemu-devel] [PATCH] block: Remove unused struct definition BlockFinishData Fam Zheng
2016-01-28 11:17 ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2016-01-28 12:24 ` [Qemu-devel] " Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.