From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFosq-0005T2-RZ for qemu-devel@nongnu.org; Tue, 18 Feb 2014 12:55:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFosl-00055h-RI for qemu-devel@nongnu.org; Tue, 18 Feb 2014 12:55:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFosl-00055a-Jg for qemu-devel@nongnu.org; Tue, 18 Feb 2014 12:54:59 -0500 Message-ID: <53039E95.1030208@redhat.com> Date: Tue, 18 Feb 2014 18:55:33 +0100 From: Max Reitz MIME-Version: 1.0 References: <1392725487-18330-1-git-send-email-benoit.canet@irqsave.net> <1392725487-18330-4-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1392725487-18330-4-git-send-email-benoit.canet@irqsave.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V18 03/12] quorum: Add quorum_aio_writev and its dependencies. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , stefanha@redhat.com On 18.02.2014 13:11, Beno=C3=AEt Canet wrote: > From: Beno=C3=AEt Canet > > Writes are mirrored num_children times on num_children devices. > > Signed-off-by: Benoit Canet > --- > block/quorum.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++ > 1 file changed, 103 insertions(+) Since you apparently did not change anything and to me the last version=20 was OK: Reviewed-by: Max Reitz