From: Robert P. J. Day Date: Wed, 24 Aug 2011 23:46:51 +0000 (+1000) Subject: Add the leading word "tmpfs" to the Kconfig string to make it blindingly X-Git-Tag: next-20110905~1^2~87 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b7a796f025c8503d82818ceb61c6a0d25922cd13;p=karo-tx-linux.git 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 Acked-by: Hugh Dickins Signed-off-by: Andrew Morton --- 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" source "fs/sysfs/Kconfig" config TMPFS - bool "Virtual memory file system support (former shm fs)" + bool "Tmpfs virtual memory file system support (former shm fs)" depends on SHMEM help Tmpfs is a file system which keeps all files in virtual memory.