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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */