From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932162AbdJSOJO (ORCPT ); Thu, 19 Oct 2017 10:09:14 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:47645 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754543AbdJSOJM (ORCPT ); Thu, 19 Oct 2017 10:09:12 -0400 Date: Thu, 19 Oct 2017 16:08:49 +0200 From: Christoph Hellwig To: Thomas Meyer Cc: jlbec@evilplan.org, hch@lst.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] configfs: Fix bool initialization/comparison Message-ID: <20171019140849.yc43aic5scj5knpe@infradead.org> References: <1507383097081-778026979-0-diffsplit-thomas@m3y3r.de> <1507383097083-464828787-6-diffsplit-thomas@m3y3r.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507383097083-464828787-6-diffsplit-thomas@m3y3r.de> User-Agent: NeoMutt/20170113 (1.7.2) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 07, 2017 at 04:02:21PM +0200, Thomas Meyer wrote: > Bool initializations should use true and false. Bool tests don't need > comparisons. > > Signed-off-by: Thomas Meyer Thanks Thomas, applied to the configfs tree for 4.15.