From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756117Ab1KBAYq (ORCPT ); Tue, 1 Nov 2011 20:24:46 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45938 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185Ab1KBAYo (ORCPT ); Tue, 1 Nov 2011 20:24:44 -0400 Date: Tue, 1 Nov 2011 17:24:12 -0700 From: Greg KH To: David Decotigny Cc: Randy Dunlap , Jason Wessel , Rusty Russell , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, kgdb-bugreport@lists.sourceforge.net, Michal Schmidt , Richard Kennedy , Linus Walleij , Dmitry Torokhov , Kay Sievers , Lucas De Marchi , Satoru Moriya , David Decotigny Subject: Re: [PATCH v2 3/3] param: make /sys/module/*/paramaters optional Message-ID: <20111102002412.GA14977@suse.de> References: <4cfeb61114204047567a77acf5895cb56b745460.1320191327.git.david.decotigny@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4cfeb61114204047567a77acf5895cb56b745460.1320191327.git.david.decotigny@google.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 01, 2011 at 04:50:35PM -0700, David Decotigny wrote: > From: David Decotigny > > With this patch, we allow systems that don't want to pay the price for > /sys/module/*/paramaters to be compiled without that feature. The "price"? What kind of price is it? How much memory is really saved here? greg k-h