qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] block/iscsi: fix init value for iTask->retries
@ 2014-06-18 16:40 Peter Lieven
  2014-06-23  8:06 ` Stefan Hajnoczi
  2014-06-23  8:13 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Lieven @ 2014-06-18 16:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, Peter Lieven, stefanha

during rebasing the changed init value for the
retry counter was missed. This resulted in no retries
being performed at all.

Signed-off-by: Peter Lieven <pl@kamp.de>
---
 block/iscsi.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/block/iscsi.c b/block/iscsi.c
index 83c7992..327353c 100644
--- a/block/iscsi.c
+++ b/block/iscsi.c
@@ -216,7 +216,6 @@ static void iscsi_co_init_iscsitask(IscsiLun *iscsilun, struct IscsiTask *iTask)
 {
     *iTask = (struct IscsiTask) {
         .co         = qemu_coroutine_self(),
-        .retries    = ISCSI_CMD_RETRIES,
         .iscsilun   = iscsilun,
     };
 }
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-23  8:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 16:40 [Qemu-devel] [PATCH] block/iscsi: fix init value for iTask->retries Peter Lieven
2014-06-23  8:06 ` Stefan Hajnoczi
2014-06-23  8:13 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).