[PATCH] fs menu: small reorg.

Previous thread: Does \"32.1% non-contigunous\" mean severely fragmented? by Tetsuo Handa on Thursday, October 18, 2007 - 9:49 pm. (8 messages)

Next thread: [RFC 0/2] readdir() as an inode operation by Jan Blunck on Saturday, October 20, 2007 - 6:09 am. (4 messages)
To: <linux-fsdevel@...>
Cc: akpm <akpm@...>
Date: Thursday, October 18, 2007 - 11:03 pm

From: Randy Dunlap <randy.dunlap@oracle.com>

- move minixfs and ROMfs to the Miscellaneous filesystems menu
- move DNOTIFY config symbol so that it is adjacent to INOTIFY
instead of being split by the QUOTA config options
- add some 'endif' annotations
- remove some whitespace (extra blank lines)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
fs/Kconfig | 93 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 47 deletions(-)

--- linux-2.6.23-git13.orig/fs/Kconfig
+++ linux-2.6.23-git13/fs/Kconfig
@@ -458,40 +458,18 @@ config OCFS2_DEBUG_MASKLOG
This option will enlarge your kernel, but it allows debugging of
ocfs2 filesystem issues.

-config MINIX_FS
- tristate "Minix fs support"
- help
- Minix is a simple operating system used in many classes about OS's.
- The minix file system (method to organize files on a hard disk
- partition or a floppy disk) was the original file system for Linux,
- but has been superseded by the second extended file system ext2fs.
- You don't want to use the minix file system on your hard disk
- because of certain built-in restrictions, but it is sometimes found
- on older Linux floppy disks. This option will enlarge your kernel
- by about 28 KB. If unsure, say N.
-
- To compile this file system support as a module, choose M here: the
- module will be called minix. Note that the file system of your root
- partition (the one containing the directory /) cannot be compiled as
- a module.
-
-config ROMFS_FS
- tristate "ROM file system support"
- ---help---
- This is a very small read-only file system mainly intended for
- initial ram disks of installation disks, but it could be used for
- other read-only media as well. Read
- <file:Documentation/filesystems/romfs.txt> for details.
-
- To compile this file system support as a module, choose M here: the
- module will be called romfs. Note that the file system of your
- ...

Previous thread: Does \"32.1% non-contigunous\" mean severely fragmented? by Tetsuo Handa on Thursday, October 18, 2007 - 9:49 pm. (8 messages)

Next thread: [RFC 0/2] readdir() as an inode operation by Jan Blunck on Saturday, October 20, 2007 - 6:09 am. (4 messages)