From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756245AbZEKRR3 (ORCPT ); Mon, 11 May 2009 13:17:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752139AbZEKRRT (ORCPT ); Mon, 11 May 2009 13:17:19 -0400 Received: from mail-bw0-f174.google.com ([209.85.218.174]:40691 "EHLO mail-bw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbZEKRRS convert rfc822-to-8bit (ORCPT ); Mon, 11 May 2009 13:17:18 -0400 MIME-Version: 1.0 In-Reply-To: References: <20090509143742.GA27663@kroah.com> <20090509161923.GA942@suse.de> <20090509223454.4642753d.akpm@linux-foundation.org> <20090510152005.GA9461@suse.de> <1241980263.9562.380.camel@laptop> <20090510221901.30c1c5a5@lxorguk.ukuu.org.uk> <20090510170016.1e3a4d97@infradead.org> From: Kay Sievers Date: Mon, 11 May 2009 19:16:58 +0200 Message-ID: Subject: Re: [patch 00/13] devtmpfs patches To: "Eric W. Biederman" Cc: Arjan van de Ven , Alan Cox , Peter Zijlstra , Greg KH , Andrew Morton , Fabio Comolli , Greg KH , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2009 at 18:40, Eric W. Biederman wrote: > The goal for kernel compile options is that they do not affect the > kernels behavior.  The behavior in devmtmpfs clearly does not match > that rule.  The kernel acts very different with it compiled in > and with it not compiled in. So that section of the code deserves. It's the same as with any other option, like the ones that enable dynamic minors. Kay