From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266116AbUBCTeI (ORCPT ); Tue, 3 Feb 2004 14:34:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266120AbUBCTeD (ORCPT ); Tue, 3 Feb 2004 14:34:03 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:59607 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S266116AbUBCTdx (ORCPT ); Tue, 3 Feb 2004 14:33:53 -0500 Date: Tue, 3 Feb 2004 19:33:51 +0000 From: viro@parcelfarce.linux.theplanet.co.uk To: Martin Schlemmer Cc: Rusty Russell , Greg KH , Linux Kernel Mailing Lists Subject: Re: module-init-tools/udev and module auto-loading Message-ID: <20040203193351.GY21151@parcelfarce.linux.theplanet.co.uk> References: <20040203010224.4CF742C261@lists.samba.org> <1075830486.7473.32.camel@nosferatu.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1075830486.7473.32.camel@nosferatu.lan> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 03, 2004 at 07:48:06PM +0200, Martin Schlemmer wrote: > > > I guess there will be cries of murder if 'somebody' suggested that if > > > a node in /dev is opened, but not there, the kernel can call > > > 'modprobe -q /dev/foo' to load whatever alias there might have been? Vetoed. _Especially_ when you are checking that on "pathname prefix" level - namei.c is not a place for such special-casing.