summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFam Zheng2015-01-28 02:51:13 +0100
committerKevin Wolf2015-02-06 17:24:21 +0100
commit35f5a49374098733247c640cbdcbafcfc792c11f (patch)
tree9fb586a8a351d9e69fae03b69cd617ba3f055c44
parentqemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION (diff)
downloadqemu-35f5a49374098733247c640cbdcbafcfc792c11f.tar.gz
qemu-35f5a49374098733247c640cbdcbafcfc792c11f.tar.xz
qemu-35f5a49374098733247c640cbdcbafcfc792c11f.zip
qed: Really remove unused field QEDAIOCB.finished
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>
-rw-r--r--block/qed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/qed.h b/block/qed.h
index d3934a05cd..615e676fc8 100644
--- a/block/qed.h
+++ b/block/qed.h
@@ -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 */