From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [PATCH 5/5] jffs2: Allow selection of compression mode via a sysfs attribute From: David Woodhouse To: Richard Purdie In-Reply-To: <1172690034.16062.144.camel@localhost.localdomain> References: <1172690034.16062.144.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 25 Apr 2007 13:31:20 +0100 Message-Id: <1177504280.2755.212.camel@pmac.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: linux-crypto@vger.kernel.org, linux-mtd , LKML , herbert@gondor.apana.org.au List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2007-02-28 at 19:13 +0000, Richard Purdie wrote: > Allow selection of the compression mode for jffs2 via a sysfs > attribute. This establishes a sysfs presence for jffs2 through > which other compression options could easily be exported too. And other options like GC threshold and other allocation things. So perhaps put the sysfs subsystem_register() and other core bits into a generic (and Linux-specific) file? -- dwmw2