* [PATCH] TMPFS: Add "tmpfs" to the Kconfig prompt to make it obvious.
@ 2011-06-17 20:43 Robert P. J. Day
2011-06-17 22:34 ` Hugh Dickins
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2011-06-17 20:43 UTC (permalink / raw)
To: linux-mm
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>
---
diff --git a/fs/Kconfig b/fs/Kconfig
index 19891aa..b406da6 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.
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] TMPFS: Add "tmpfs" to the Kconfig prompt to make it obvious.
2011-06-17 20:43 [PATCH] TMPFS: Add "tmpfs" to the Kconfig prompt to make it obvious Robert P. J. Day
@ 2011-06-17 22:34 ` Hugh Dickins
0 siblings, 0 replies; 2+ messages in thread
From: Hugh Dickins @ 2011-06-17 22:34 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Andrew Morton, linux-mm
On Fri, 17 Jun 2011, Robert P. J. Day wrote:
>
> 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>
>
> ---
>
> diff --git a/fs/Kconfig b/fs/Kconfig
> index 19891aa..b406da6 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.
>
> --
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-17 22:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-17 20:43 [PATCH] TMPFS: Add "tmpfs" to the Kconfig prompt to make it obvious Robert P. J. Day
2011-06-17 22:34 ` Hugh Dickins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox