From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL6XQ-0007Yr-VP for qemu-devel@nongnu.org; Mon, 08 Oct 2012 02:10:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TL6XP-0006OG-Mu for qemu-devel@nongnu.org; Mon, 08 Oct 2012 02:10:00 -0400 Date: Mon, 8 Oct 2012 08:09:55 +0200 From: Stefan Hajnoczi Message-ID: <20121008060955.GD12140@stefanha-thinkpad.redhat.com> References: <1349542634-17251-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1349542634-17251-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] sheepdog: use bool for boolean variables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Sun, Oct 07, 2012 at 01:57:14AM +0900, MORITA Kazutaka wrote: > This improves readability. > > Signed-off-by: MORITA Kazutaka > --- > block/sheepdog.c | 70 +++++++++++++++++++++++++++--------------------------- > 1 files changed, 35 insertions(+), 35 deletions(-) Reviewed-by: Stefan Hajnoczi