Skip to content

Commit

Permalink
iscsi: drop unused IscsiAIOCB.qiov field
Browse files Browse the repository at this point in the history
The IscsiAIOCB.qiov field has been unused since commit
063c337 ("block/iscsi: introduce
bdrv_co_{readv, writev, flush_to_disk}") back in 2013.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20170327165005.22038-1-stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
stefanhaRH authored and bonzini committed Apr 2, 2017
1 parent 95b31d7 commit b9afaba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/iscsi.c
Expand Up @@ -103,7 +103,6 @@ typedef struct IscsiTask {

typedef struct IscsiAIOCB {
BlockAIOCB common;
QEMUIOVector *qiov;
QEMUBH *bh;
IscsiLun *iscsilun;
struct scsi_task *task;
Expand Down

0 comments on commit b9afaba

Please sign in to comment.