diff options
| author | Fam Zheng | 2015-01-28 02:51:13 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2015-02-06 17:24:21 +0100 |
| commit | 35f5a49374098733247c640cbdcbafcfc792c11f (patch) | |
| tree | 9fb586a8a351d9e69fae03b69cd617ba3f055c44 | |
| parent | qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION (diff) | |
| download | qemu-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.h | 1 |
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 */ |
