From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752385AbWCPQ1z (ORCPT ); Thu, 16 Mar 2006 11:27:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752383AbWCPQ1z (ORCPT ); Thu, 16 Mar 2006 11:27:55 -0500 Received: from xenotime.net ([66.160.160.81]:57037 "HELO xenotime.net") by vger.kernel.org with SMTP id S1751214AbWCPQ1z (ORCPT ); Thu, 16 Mar 2006 11:27:55 -0500 Date: Thu, 16 Mar 2006 08:29:51 -0800 From: "Randy.Dunlap" To: Christoph Hellwig Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, aia21@cantab.net, len.brown@intel.com Subject: Re: [patch 1/1] consolidate TRUE and FALSE Message-Id: <20060316082951.58592fdc.rdunlap@xenotime.net> In-Reply-To: <20060316160129.GB6407@infradead.org> References: <200603161004.k2GA46Fc029649@shell0.pdx.osdl.net> <20060316160129.GB6407@infradead.org> Organization: YPO4 X-Mailer: Sylpheed version 2.2.2 (GTK+ 2.8.3; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Mar 2006 16:01:30 +0000 Christoph Hellwig wrote: > > The patch implements TRUE and FALSE in include/linux/kernel.h and removes all > > the private versions. > > > > The patch also kills off a few private implementations of NULL. > > NACK. Just kill them all and use 0/1 nah, the only place that using symbolic names for true and false is a problem is when someone #defines or enums them bassackwards. --- ~Randy