From: James S. <jsi...@tr...> - 2001-10-08 16:57:06
|
> I don't think creating a new directory is a good idea. What's wrong with > keeping gfxfs where it is in fs/gfxfs? What isn't clean about that? The reason for this is one we will add more device filesystems. Second most likely we will see merger of shared code. Where will we place that? > When describing this, please keep > devfs and gfxfs seperate to reduce confusion. Sorry about the confusion. By saying devfs2 I mean a full device filesystem. We should call it something else. Any ideas? > > For this filesystem to be truly network transparent we also need to remove > > mmap support as well as ioctl support. Read and write only. > > Er, these would still be needed for /dev/gfx/0/fb, since they'll be > translated into the fb_mmap() call (I'm not so sure what llseek would be > used for, but it would probably be useful in other gfxfs files). YEs we will need a /dev/gfx/0/frame1 but you will have to use read and write instead of mmap. This is what Linus wants as pointed out in the discussion between me, him and Viro. |