Skip to content

Commit

Permalink
qed: Really remove unused field QEDAIOCB.finished
Browse files Browse the repository at this point in the history
The commit 533ffb1 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>
  • Loading branch information
Fam Zheng authored and kevmw committed Feb 6, 2015
1 parent 61979a6 commit 35f5a49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/qed.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 35f5a49

Please sign in to comment.