Re: LANANA: To Pending Device Number Registrants

From: Geert Uytterhoeven (geert@linux-m68k.org)
Date: Wed May 16 2001 - 02:23:23 EST


On Tue, 15 May 2001, Timothy A. Seufert wrote:
> Linus Torvalds <torvalds@transmeta.com> wrote:
> >On Tue, 15 May 2001, Alexander Viro wrote:
> >> Driver can export a tree and we mount it on fb0. After that you have
> >> the whole set - yes, /dev/fb0/colourspace, etc. - no problem. And no
> >> need to do mknod, BTW. Yes, we'll need to use /dev/fb0/frame for
> >> frame itself. BFD...
> >
> >Actually, we can just continue to use "/dev/fb0", which would continue to
> >work the way ti has always worked.
> >
> >It's a mistake to think that a directory has to be a directory. Or to
> >think that a device node has to be a device node. It's perfectly ok to
> >just think of it as namespaces. So opening /dev/fb0 continues to open the
> >"master fd", whatever that means (in this case, the actual frame
> >buffer). The namespaces _under_ /dev/fb0 would be the control channels, or
> >in fact _anything_ that the frame buffer driver wants to expose.
>
> Why not take it a step further than just devices? This is a perfect
> model for supporting named forks.
>
> In fact, I believe this is how MacOS X is exposing HFS+ named forks to
> the UNIX side of things. (HFS+ supports not just the old style
> Macintosh data and resource forks but an arbitrary number of named
> forks.) So: you open "foo", you get what an older MacOS would consider
> the "data" fork. Open "foo/rsrc" and you get the resource fork. Open
> "foo/joesfork" and you get whatever Joe wanted to use a named fork for.

How to find out which forks are available? UNIX semantics for directories are
that a directory is just a file that you open to get the directory contents.
But if your `directory' is a file, you'll get the file's contents if you open
it. Or should we open wigth O_DIRECTORY to get at the fork directory?

Gr{oetje,eeting}s,

                                                Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

- 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/



This archive was generated by hypermail 2b29 : Wed May 23 2001 - 21:00:15 EST