diff options
Diffstat (limited to 'block/qed.h')
-rw-r--r-- | block/qed.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/block/qed.h b/block/qed.h index 8644fed3a7..37558e425d 100644 --- a/block/qed.h +++ b/block/qed.h @@ -163,7 +163,8 @@ typedef struct { uint32_t l2_mask; /* Allocating write request queue */ - QSIMPLEQ_HEAD(, QEDAIOCB) allocating_write_reqs; + QEDAIOCB *allocating_acb; + CoQueue allocating_write_reqs; bool allocating_write_reqs_plugged; /* Periodic flush and clear need check flag */ |