qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-stable] [PATCH 05/25] iscsi: pass SCSI status back for SG_IO


From: Michael Roth
Subject: [Qemu-stable] [PATCH 05/25] iscsi: pass SCSI status back for SG_IO
Date: Tue, 20 Sep 2016 12:05:21 -0500

From: Vadim Rozenfeld <address@hidden>

Signed-off-by: Vadim Rozenfeld <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
(cherry picked from commit 644c6869d335e10bc10b8399646f767763c4977f)
Signed-off-by: Michael Roth <address@hidden>
---
 block/iscsi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/block/iscsi.c b/block/iscsi.c
index 0466c30..1f6a0e5 100644
--- a/block/iscsi.c
+++ b/block/iscsi.c
@@ -768,6 +768,7 @@ iscsi_aio_ioctl_cb(struct iscsi_context *iscsi, int status,
     acb->ioh->driver_status = 0;
     acb->ioh->host_status   = 0;
     acb->ioh->resid         = 0;
+    acb->ioh->status        = status;
 
 #define SG_ERR_DRIVER_SENSE    0x08
 
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]