diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-10-17 02:29:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:56 -0400 |
commit | 8e3f715a7f004ceb6451cf86101d6e2546eea883 (patch) | |
tree | 0e6bdbfd37b889bd9d32499fe26bd35cde3e36db /fs/Kconfig | |
parent | 5a9df732b6a547aa843e8655044db9573d7b4e71 (diff) |
Remove valueless definition of hard-selected RAMFS option
Since CONFIG_RAMFS is currently hard-selected to "y", and since
Documentation/filesystems/ramfs-rootfs-initramfs.txt reads as follows:
"The amount of code required to implement ramfs is tiny, because all the
work is done by the existing Linux caching infrastructure. Basically,
you're mounting the disk cache as a filesystem. Because of this, ramfs is
not an optional component removable via menuconfig, since there would be
negligible space savings."
It seems pointless to leave this as a Kconfig entry.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 9a40a9c665c7..f0df9a2e19e1 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -999,20 +999,6 @@ config HUGETLBFS | |||
999 | config HUGETLB_PAGE | 999 | config HUGETLB_PAGE |
1000 | def_bool HUGETLBFS | 1000 | def_bool HUGETLBFS |
1001 | 1001 | ||
1002 | config RAMFS | ||
1003 | bool | ||
1004 | default y | ||
1005 | ---help--- | ||
1006 | Ramfs is a file system which keeps all files in RAM. It allows | ||
1007 | read and write access. | ||
1008 | |||
1009 | It is more of an programming example than a useable file system. If | ||
1010 | you need a file system which lives in RAM with limit checking use | ||
1011 | tmpfs. | ||
1012 | |||
1013 | To compile this as a module, choose M here: the module will be called | ||
1014 | ramfs. | ||
1015 | |||
1016 | config CONFIGFS_FS | 1002 | config CONFIGFS_FS |
1017 | tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" | 1003 | tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" |
1018 | depends on SYSFS && EXPERIMENTAL | 1004 | depends on SYSFS && EXPERIMENTAL |