From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 04 Nov 2009 15:25:09 +0000 Subject: Re: devtmpfs default permissions Message-Id: 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 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. :) Thanks, Kay