]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qed: Really remove unused field QEDAIOCB.finished
authorFam Zheng <famz@redhat.com>
Wed, 28 Jan 2015 01:51:13 +0000 (09:51 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 6 Feb 2015 16:24:21 +0000 (17:24 +0100)
The commit 533ffb17a that removed qed_aiocb_info.cancel said to remove
this but didn't do it.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qed.h

index d3934a05cd3cd6373a574e6f0f2bb9a6893ac37c..615e676fc87a967a851f9c06019e696873bbfe5d 100644 (file)
@@ -133,7 +133,6 @@ typedef struct QEDAIOCB {
     int bh_ret;                     /* final return status for completion bh */
     QSIMPLEQ_ENTRY(QEDAIOCB) next;  /* next request */
     int flags;                      /* QED_AIOCB_* bits ORed together */
-    bool *finished;                 /* signal for cancel completion */
     uint64_t end_pos;               /* request end on block device, in bytes */
 
     /* User scatter-gather list */