Re: Larger dev_t

Alexander Viro (viro@math.psu.edu)
Tue, 27 Mar 2001 20:35:55 -0500 (EST)


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/