From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754007AbYI0Umg (ORCPT ); Sat, 27 Sep 2008 16:42:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752103AbYI0Um2 (ORCPT ); Sat, 27 Sep 2008 16:42:28 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:34499 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752141AbYI0Um2 (ORCPT ); Sat, 27 Sep 2008 16:42:28 -0400 Date: Sat, 27 Sep 2008 22:34:27 +0200 From: Ingo Molnar To: Martin Bligh Cc: Steven Rostedt , LKML , Thomas Gleixner , Peter Zijlstra , Andrew Morton , prasad@linux.vnet.ibm.com, Linus Torvalds , Mathieu Desnoyers , "Frank Ch. Eigler" , David Wilder , hch@lst.de, Martin Bligh , Christoph Hellwig , Masami Hiramatsu , Steven Rostedt , Arnaldo Carvalho de Melo Subject: Re: [PATCH v9] Unified trace buffer Message-ID: <20080927203427.GD28937@elte.hu> References: <20080927183912.GA13685@elte.hu> <20080927194105.GF18619@elte.hu> <8f3aa8d60809271307o1c306eccm5571670090218ab9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f3aa8d60809271307o1c306eccm5571670090218ab9@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Martin Bligh wrote: > >> that's even worse i think :-/ And this isnt bikeshed-painting really, > >> the RNGBF_ name hurts my eyes and RB_ is definitely confusing to read. > >> (as the rbtree constants are in capitals as well and similarly named) > >> > >> RING_TYPE_PADDING > >> > >> or: > >> > >> RINGBUF_TYPE_PADDING > >> > >> yes, it's longer, but still, saner. > > > > I don't mind the extra typing, it is just a bit more difficult to keep in > > the 80 character line limit. > > Would using tb_ (trace buffer) rather than rb_ help ? excellent idea ... Ingo