Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751123AbWJQSqt (ORCPT ); Tue, 17 Oct 2006 14:46:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751425AbWJQSqt (ORCPT ); Tue, 17 Oct 2006 14:46:49 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:39323 "EHLO e2.ny.us.ibm.com") by vger.kernel.org with ESMTP id S1751123AbWJQSqs (ORCPT ); Tue, 17 Oct 2006 14:46:48 -0400 Subject: Re: config EXT4DEV_FS question From: Dave Kleikamp To: Jan Engelhardt Cc: Mingming Cao , Linux Kernel Mailing List , Randy Dunlap In-Reply-To: References: <1161088430.14171.2.camel@kleikamp.austin.ibm.com> Content-Type: text/plain Date: Tue, 17 Oct 2006 13:46:42 -0500 Message-Id: <1161110803.14171.26.camel@kleikamp.austin.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2105 Lines: 57 On Tue, 2006-10-17 at 20:37 +0200, Jan Engelhardt wrote: > Then I suggest removing the bogus part, as per following patch. > > Signed-off-by: Jan Engelhardt Acked-by: Dave Kleikamp > > Index: linux-2.6.19-rc2/fs/Kconfig > =================================================================== > --- linux-2.6.19-rc2.orig/fs/Kconfig > +++ linux-2.6.19-rc2/fs/Kconfig > @@ -12,9 +12,7 @@ config EXT2_FS > Ext2 is a standard Linux file system for hard disks. > > To compile this file system support as a module, choose M here: the > - module will be called ext2. Be aware however that the file system > - of your root partition (the one containing the directory /) cannot > - be compiled as a module, and so this could be dangerous. > + module will be called ext2. > > If unsure, say Y. > > @@ -98,9 +96,7 @@ config EXT3_FS > (available at ). > > To compile this file system support as a module, choose M here: the > - module will be called ext3. Be aware however that the file system > - of your root partition (the one containing the directory /) cannot > - be compiled as a module, and so this may be dangerous. > + module will be called ext3. > > config EXT3_FS_XATTR > bool "Ext3 extended attributes" > @@ -163,9 +159,7 @@ config EXT4DEV_FS > features will be added to ext4dev gradually. > > To compile this file system support as a module, choose M here. The > - module will be called ext4dev. Be aware, however, that the filesystem > - of your root partition (the one containing the directory /) cannot > - be compiled as a module, and so this could be dangerous. > + module will be called ext4dev. > > If unsure, say N. > > # > > > -`J' -- David Kleikamp IBM Linux Technology Center - 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/