Skip to content
Snippets Groups Projects
Commit 35f5a493 authored by Fam Zheng's avatar Fam Zheng Committed by Kevin Wolf
Browse files

qed: Really remove unused field QEDAIOCB.finished


The commit 533ffb17 that removed qed_aiocb_info.cancel said to remove
this but didn't do it.

Signed-off-by: default avatarFam Zheng <famz@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 61979a6a
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment