Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758640AbYGGVlg (ORCPT ); Mon, 7 Jul 2008 17:41:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754151AbYGGVl0 (ORCPT ); Mon, 7 Jul 2008 17:41:26 -0400 Received: from extu-mxob-2.symantec.com ([216.10.194.135]:41753 "EHLO extu-mxob-2.symantec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753736AbYGGVl0 (ORCPT ); Mon, 7 Jul 2008 17:41:26 -0400 Date: Mon, 7 Jul 2008 22:41:54 +0100 (BST) From: Hugh Dickins X-X-Sender: hugh@blonde.site To: "Robert P. J. Day" cc: Linux Kernel Mailing List , trivial@kernel.org Subject: Re: [PATCH] FS: Label tmpfs Kconfig option with "tmpfs". In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1424 Lines: 43 On Mon, 7 Jul 2008, Robert P. J. Day wrote: > > Make it clear that the Kconfig option refers to "tmpfs". > > Signed-off-by: Robert P. J. Day It's so long since I used anything but "make oldconfig", which already shows TMPFS, making your mod seem redundant. But you're right, menuconfig and xconfig don't show it, so your change is a good one. Though for the moment I can only give you acked-by: hugh dickins : the next entry is for "Tmpfs POSIX Access Control Lists" so I'd rather you say "Tmpfs support (virtual memory file system)", then you can uppercase my ack. hugh > > --- > > if people haven't yet figured out that this used to be shm fs, they > probably don't need to know. > > > diff --git a/fs/Kconfig b/fs/Kconfig > index 2694648..9360b69 100644 > --- a/fs/Kconfig > +++ b/fs/Kconfig > @@ -979,7 +979,7 @@ config SYSFS > Designers of embedded systems may wish to say N here to conserve space. > > config TMPFS > - bool "Virtual memory file system support (former shm fs)" > + bool "tmpfs support (Virtual memory file system)" > help > Tmpfs is a file system which keeps all files in virtual memory. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/