]> Git Repo - qemu.git/commitdiff
iscsi: drop unused IscsiAIOCB.qiov field
authorStefan Hajnoczi <[email protected]>
Mon, 27 Mar 2017 16:50:05 +0000 (17:50 +0100)
committerPaolo Bonzini <[email protected]>
Sun, 2 Apr 2017 19:17:47 +0000 (21:17 +0200)
The IscsiAIOCB.qiov field has been unused since commit
063c3378a9e3c25cc0afac3c72e4823d0621e352 ("block/iscsi: introduce
bdrv_co_{readv, writev, flush_to_disk}") back in 2013.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Message-Id: <20170327165005[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
block/iscsi.c

index 75d890538e4b39629ac07a39474c204cbe90eb1c..716e74abbaf58eba3f89641a84df2044d2c4e638 100644 (file)
@@ -103,7 +103,6 @@ typedef struct IscsiTask {
 
 typedef struct IscsiAIOCB {
     BlockAIOCB common;
-    QEMUIOVector *qiov;
     QEMUBH *bh;
     IscsiLun *iscsilun;
     struct scsi_task *task;
This page took 0.028051 seconds and 4 git commands to generate.