From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755497AbZHJPpX (ORCPT ); Mon, 10 Aug 2009 11:45:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755456AbZHJPpP (ORCPT ); Mon, 10 Aug 2009 11:45:15 -0400 Received: from kroah.org ([198.145.64.141]:55444 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755352AbZHJPpO (ORCPT ); Mon, 10 Aug 2009 11:45:14 -0400 Date: Mon, 10 Aug 2009 08:40:29 -0700 From: Greg KH To: Al Boldi Cc: Chris Friesen , Andi Kleen , Alan Cox , linux-kernel@vger.kernel.org, Kay Sievers , Jan Blunck , gregkh@suse.de, Harald Hoyer , Scott James Remnant Subject: Re: [PATCH] Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev Message-ID: <20090810154029.GC7652@kroah.com> References: <20090805171513.GA10443@kroah.com> <200908081214.39456.a1426z@gawab.com> <20090808171124.GA357@kroah.com> <200908082155.24686.a1426z@gawab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908082155.24686.a1426z@gawab.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 08, 2009 at 09:55:24PM +0300, Al Boldi wrote: > Greg KH wrote: > > On Sat, Aug 08, 2009 at 12:14:39PM +0300, Al Boldi wrote: > > > Greg KH wrote: > > > > On Sat, Aug 08, 2009 at 12:17:31AM +0300, Al Boldi wrote: > > > > > For devtmpfs to be a realistic replacement for static /dev, it has to > > > > > be comparable to static /dev in both speed and size. > > > > > > > > Since when is this requirement necessary? You want something for free > > > > in both speed and size? Well, you got it in speed, but not size, it > > > > will take up memory that is swapable, and a tiny ammount of > > > > non-swapable kernel memory for the code. > > > > > > Not so tiny when you count in the hotplug dependency. > > > > devtmpfs does not rely on hotplug at all. > > Are you sure? > > This is from the patch of this thread: > > +config DEVTMPFS > > + bool "Create a kernel maintained /dev tmpfs (EXPERIMENTAL)" > > + depends on HOTPLUG && SHMEM && TMPFS Ah, you're right. Ok then, since you don't run CONFIG_HOTPLUG kernels, why are you worried about this code at all? confused, greg k-h