From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgcW0-0000Ls-Dc for qemu-devel@nongnu.org; Tue, 12 Jul 2011 08:56:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgcVx-00055x-VS for qemu-devel@nongnu.org; Tue, 12 Jul 2011 08:56:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgcVx-00053E-4v for qemu-devel@nongnu.org; Tue, 12 Jul 2011 08:56:37 -0400 Message-ID: <4E1C4531.7050606@redhat.com> Date: Tue, 12 Jul 2011 14:59:29 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1310397625-2929-1-git-send-email-devin122@gmail.com> In-Reply-To: <1310397625-2929-1-git-send-email-devin122@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/2] qemu-io: Fix if scoping bug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Devin Nakamura Cc: qemu-devel@nongnu.org Am 11.07.2011 17:20, schrieb Devin Nakamura: > Fix a bug caused by lack of braces in if statement > > Lack of braces means that if(count & 0x1ff) is never reached > > Conflicts: > > qemu-io.c > > Signed-off-by: Devin Nakamura Thanks, applied both to the block branch. Kevin