From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ram Subject: Re: share/private/slave a subtree - define vs enum Date: Fri, 08 Jul 2005 12:38:55 -0700 Message-ID: <1120851535.30164.155.camel@localhost> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Pekka J Enberg , Bryan Henderson , Andrew Morton , bfields@fieldses.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, mike@waychison.com, Miklos Szeredi , Alexander Viro Return-path: To: Roman Zippel In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 2005-07-08 at 12:11, Roman Zippel wrote: > Hi, > > On Fri, 8 Jul 2005, Pekka J Enberg wrote: > > > I don't see how the following is tortured: > > enum { > > PNODE_MEMBER_VFS = 0x01, > > PNODE_SLAVE_VFS = 0x02 > > }; > > In fact, I think it is more natural. An almost identical example even appears > > in K&R. > > So it basically comes down to personal preference, if the original uses > defines and it works fine, I don't really see a good enough reason to > change it to enums, so please leave the decision to author. Ok. I will change to enums whereever I define new categories of #defines. And leave the #defines for already existing category as is. RP