aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2011-10-31 20:07:21 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-31 20:30:45 -0400
commitf5fc870da2f8798edb5481cd2137a3b2d5bd1b19 (patch)
tree569a0066ce59a34cbd9bc6a3f3d15ba6d1cde4ef /fs/Kconfig
parent43362a4977e37db46f86f7e6ab935f0006956632 (diff)
tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.
Add the leading word "tmpfs" to the Kconfig string to make it blindingly obvious that this selection refers to tmpfs. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Acked-by: Hugh Dickins <hughd@google.com> 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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 9fe0b349f4cd..5f4c45d4aa10 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -109,7 +109,7 @@ source "fs/proc/Kconfig"
109source "fs/sysfs/Kconfig" 109source "fs/sysfs/Kconfig"
110 110
111config TMPFS 111config TMPFS
112 bool "Virtual memory file system support (former shm fs)" 112 bool "Tmpfs virtual memory file system support (former shm fs)"
113 depends on SHMEM 113 depends on SHMEM
114 help 114 help
115 Tmpfs is a file system which keeps all files in virtual memory. 115 Tmpfs is a file system which keeps all files in virtual memory.