Re: Location of shmfs; devfs automagics

From: Alexander Viro (viro@math.psu.edu)
Date: Thu Mar 30 2000 - 15:16:34 EST


On Thu, 30 Mar 2000, Ronald G. Minnich wrote:

> On 30 Mar 2000, david parsons wrote:
> > So you're talking about have every driver known to man build their
> > own little devfs and stacking it on top of the /dev heap?
>
> see plan9. It's not quite like this. The effect is similar.
>
> > * you'd want EVERY DRIVER to implement their very own little file
> > system so it could automagically union-mount itself onto /dev?
> > For some reason, ``code bloat'' is the very first phrase that
> > came to my mind.
>
> there's a whole lot less code bloat in plan9 than I see in the OSS Unix
> community nowadays. I really think you should take a look. Even though we
> don't use it, it's worth learning from.

Definitely. Plan 9 solution for devices is a bit awkward - the whole
#<character> notation looks like a kludge, but idea that you don't want
the whole /dev for everyone is _really_ sound. Example: for chroot jail
you want /dev/zero and possibly /dev/random, etc., but you don't want
/dev/hda there. Granularity should be better than all or nothing.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 31 2000 - 21:00:27 EST