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

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.