diff mbox

qed: Really remove unused field QEDAIOCB.finished

Message ID 1422409873-23149-1-git-send-email-famz@redhat.com
State New
Headers show

Commit Message

Fam Zheng Jan. 28, 2015, 1:51 a.m. UTC
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>
---
 block/qed.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Kevin Wolf Feb. 2, 2015, 1:57 p.m. UTC | #1
Am 28.01.2015 um 02:51 hat Fam Zheng geschrieben:
> 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>

Thanks, applied to the block branch.

Kevin
diff mbox

Patch

diff --git a/block/qed.h b/block/qed.h
index d3934a0..615e676 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 */