From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758793AbZEAMA2 (ORCPT ); Fri, 1 May 2009 08:00:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755359AbZEAMAO (ORCPT ); Fri, 1 May 2009 08:00:14 -0400 Received: from ey-out-2122.google.com ([74.125.78.27]:59694 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755498AbZEAMAN (ORCPT ); Fri, 1 May 2009 08:00:13 -0400 MIME-Version: 1.0 In-Reply-To: References: <1241097822.2516.3.camel@poy> From: Kay Sievers Date: Fri, 1 May 2009 13:59:52 +0200 Message-ID: Subject: Re: [PATCH] driver-core: devtmpfs - driver core maintained /dev tmpfs To: Hugh Dickins Cc: linux-kernel , Greg KH , Jan Blunck Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 1, 2009 at 13:41, Hugh Dickins wrote: > I've no opinion on the big picture of your devtmpfs proposal. > But note that there's a second, !CONFIG_SHMEM, version of init_tmpfs() > also in mm/shmem.c - you'll want to take the "static " off that too, > for the tiny embedded case when ramfs is used to serve up tmpfs. Ah, I see. Done. Will be in the next update. Thanks a lot, Kay