Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261251AbUKEXMs (ORCPT ); Fri, 5 Nov 2004 18:12:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261253AbUKEXMs (ORCPT ); Fri, 5 Nov 2004 18:12:48 -0500 Received: from fw.osdl.org ([65.172.181.6]:4261 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261251AbUKEXMn (ORCPT ); Fri, 5 Nov 2004 18:12:43 -0500 Date: Fri, 5 Nov 2004 15:12:16 -0800 (PST) From: Linus Torvalds To: Grzegorz Kulewski cc: Chris Wedgwood , Andries Brouwer , Adam Heath , Christoph Hellwig , Timothy Miller , Linux Kernel Mailing List Subject: Re: [PATCH] change Kconfig entry for RAMFS (Was: Re: support of older compilers) In-Reply-To: Message-ID: References: <20041103233029.GA16982@taniwha.stupidest.org> <20041105014146.GA7397@pclin040.win.tue.nl> <20041105195045.GA16766@taniwha.stupidest.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1078 Lines: 29 On Sat, 6 Nov 2004, Grzegorz Kulewski wrote: > > Probably, but it looks like it does not display in menuconfig and it is > set by default. I understand that it is a good example, but it should be > disabled by default I think... Or at least it should show in menuconfig. > And I do not know why embedded environments want to use ramfs more > than tmpfs. Swap is not needed for tmpfs and even if device has no swap it > can be oomed because of ramfs too. Ehh. tmpfs _is_ ramfs in the embedded world. Take a look into mm/tiny-shmem.c, notice how it just calls it tmpfs and uses ramfs. > Will you accept this patch: Nope. See above. You're breaking a dependency here. So at the very least you'd need to make the Kconfig understand the dependency on ramfs. Also, don't shout in help-files. Nobody likes shouting. Linus - 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/