From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 05 Nov 2009 21:01:00 +0000 Subject: Re: devtmpfs default permissions Message-Id: <20091105210100.GB21981@kroah.com> List-Id: References: <1256824970.30238.25.camel@mjollnir> In-Reply-To: <1256824970.30238.25.camel@mjollnir> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Thu, Nov 05, 2009 at 08:42:03PM +0100, Kay Sievers wrote: > On Wed, 2009-11-04 at 16:25 +0100, Kay Sievers wrote: > > On Tue, Nov 3, 2009 at 02:24, Mark Rosenstand wrote: > > > Works here too. Getting this on the console, though: > > > > > > tmpfs: No value for mount option 'mode' > > > > > > But hey, it works. Thanks :) > > > > Yeah, the tmpfs code mangles *data, and as we get a single superblock, > > remount is called during mount, and the tmpfs code tries to parse > > *data again which it destroyed in the first run. It's harmless and > > needs to be fixed, but I'm not sure which piece to fix at the moment. > > :) > > This seems to work here. Care to run it by Hugh? thanks, greg k-h