Messages in this thread |  | | Subject | Re: [RFC] Wine speedup through kernel module | Date | Wed, 20 Sep 2000 16:58:09 +0100 | From | David Howells <> |
| |
> Reiserfs would make a fine registry.
Interesting idea... Have a Linux-style registry hive file mounted as a reiserfs filesystem.
However, I'd prefer to be able to use Windows-style registry hive files if possible.
> > (3) Linux file structures do not hold enough information to support > > CreateFile (access & sharing interactions). > > Didn't IRIX add the access & sharing support for Samba to use? > This looks like a generally useful feature.
I presume you mean SGI added it to IRIX? As for generally useful... possibly.
The sys_open() and sys_unlink() functions could be modified to make use of it if it was stored on the inode. You could then use sys_CreateFileA() to actually use it fully.
However, it won't work over NFS...
David Howells - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |