qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC][PATCH] iscsi: retry read, write, flush and unmap


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC][PATCH] iscsi: retry read, write, flush and unmap on unit attention check conditions
Date: Mon, 18 Feb 2013 17:14:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 18/02/2013 16:58, Peter Lieven ha scritto:
> 
> +    acb = qemu_aio_get(&iscsi_aiocb_info, bs, cb, opaque);
> +
> +    acb->iscsilun = iscsilun;
> +    acb->retries  = ISCSI_CMD_RETRIES;
> +    acb->nb_sectors  = nb_sectors;
> +    acb->sector_num  = sector_num;
> +    acb->retries     = ISCSI_CMD_RETRIES;

Looks good apart from the duplication here.  I can fix that up when
committing.

Paolo



reply via email to

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