From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqghd-0005N3-VD for qemu-devel@nongnu.org; Tue, 18 Nov 2014 06:12:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqghX-00084c-Qy for qemu-devel@nongnu.org; Tue, 18 Nov 2014 06:12:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqghX-00084M-KX for qemu-devel@nongnu.org; Tue, 18 Nov 2014 06:12:03 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAIBC2Y2031959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 18 Nov 2014 06:12:02 -0500 Date: Tue, 18 Nov 2014 12:11:59 +0100 From: Kevin Wolf Message-ID: <20141118111159.GC4089@noname.redhat.com> References: <1416306186-19053-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1416306186-19053-1-git-send-email-mreitz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-2.2 0/3] block/raw-posix: Fixes for preallocation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: =?iso-8859-1?B?TOFzemzzIMlyc2Vr?= , qemu-devel@nongnu.org, Stefan Hajnoczi Am 18.11.2014 um 11:23 hat Max Reitz geschrieben: > This series brings some (minor) fixes for full preallocation in > raw-posix; thanks to L=E1szl=F3 for finding these bugs. >=20 > Since the fixes are not too grave, I would be fine with not getting the= m > into 2.2. But because they are rather simple and they are bug fixes > after all, I sent this series with the "for-2.2" infix. Thanks, applied to the block branch. Kevin