Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752753AbYKLMwX (ORCPT ); Wed, 12 Nov 2008 07:52:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751923AbYKLMwO (ORCPT ); Wed, 12 Nov 2008 07:52:14 -0500 Received: from gprs189-60.eurotel.cz ([160.218.189.60]:54410 "EHLO UNKNOWN" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751911AbYKLMwN (ORCPT ); Wed, 12 Nov 2008 07:52:13 -0500 Date: Wed, 12 Nov 2008 13:51:50 +0100 From: Pavel Machek To: Andrew Morton Cc: Steven Rostedt , linux-kernel@vger.kernel.org, mingo@elte.hu, tglx@linutronix.de, torvalds@linux-foundation.org, sfr@canb.auug.org.au, linux-next@vger.kernel.org, srostedt@redhat.com Subject: Re: [PATCH 1/1] ring-buffer: buffer record on/off switch Message-ID: <20081112125149.GA13192@ucw.cz> References: <20081111200601.147669239@goodmis.org> <20081111201034.315528609@goodmis.org> <20081111125645.4f7a5827.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081111125645.4f7a5827.akpm@linux-foundation.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 21 On Tue 2008-11-11 12:56:45, Andrew Morton wrote: > On Tue, 11 Nov 2008 15:06:02 -0500 > Steven Rostedt wrote: > > > +static struct file_operations rb_simple_fops = { > > should be const... > > Probably it isn't worth fixing. Someone(tm) should do period sweeps - > 10% of our file_operationses aren't const. checkptch rule? struct file_operations .* = { -> needs const? -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/