From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753410AbbC3Rvg (ORCPT ); Mon, 30 Mar 2015 13:51:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49587 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300AbbC3Rvd (ORCPT ); Mon, 30 Mar 2015 13:51:33 -0400 Date: Mon, 30 Mar 2015 13:51:27 -0400 From: Mike Snitzer To: Joe Perches Cc: linux-kernel@vger.kernel.org, Alasdair Kergon , dm-devel@redhat.com, Neil Brown , linux-raid@vger.kernel.org Subject: Re: [PATCH 2/7] dm_table: Use bool function return values of true/false not 1/0 Message-ID: <20150330175127.GA4924@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 30 2015 at 1:43pm -0400, Joe Perches wrote: > Use the normal return values for bool functions > > Signed-off-by: Joe Perches Applied, thanks.