Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 27 Mar 2001 20:36:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 27 Mar 2001 20:36:47 -0500 Received: from leibniz.math.psu.edu ([146.186.130.2]:62188 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Tue, 27 Mar 2001 20:36:38 -0500 Date: Tue, 27 Mar 2001 20:35:55 -0500 (EST) From: Alexander Viro To: Paul Jakma cc: Dan Hollis , "H. Peter Anvin" , Alan Cox , Linus Torvalds , Andries.Brouwer@cwi.nl, linux-kernel@vger.kernel.org, tytso@MIT.EDU Subject: Re: Larger dev_t In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1405 Lines: 34 On Wed, 28 Mar 2001, Paul Jakma wrote: > On Tue, 27 Mar 2001, Dan Hollis wrote: > > > On Tue, 27 Mar 2001, H. Peter Anvin wrote: > > > c) Make sure chown/chmod/link/symlink/rename/rm etc does the right thing, > > > without the need for "tar hacks" or anything equivalently gross. > > > > write-through filesystem, like overlaying a r/w ext2 on top of an iso9660 > > fs. > > functionality to do this is in devfs and devfsd already. Guys, before you get all hot and excited about devfsd - had _anyone_ audit the protocol implementation for races? Or test it for heavy (un)loading drivers, for that matter. We had a long history of autofs races and devfsd is not simpler. Coll toys are cool toys, but I wouldn't bet a dime on devfsd ability to deal with adding/removing entries 100% correct in all cases. And /dev has slightly larger user base than autofs, so it _is_ a sensitive area. In its current form devfs itself _still_ contains known races. Known since last Summer. Adding devfsd into the mix doesn't make the picture prettier. Unless some devfs proponent is willing to do such analysis all references to devfsd are nothing but wishful thinking. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/