[PATCH 0/3] Handling DOS drives in mountmgr (try 2)

Charles Davis cdavis at mymail.mines.edu
Mon Nov 2 08:42:36 CST 2009


Alexandre Julliard wrote:
> Charles Davis <cdavis at mymail.mines.edu> writes:
> 
>> I thought I fixed all the issues. What's wrong with my patches now?
> 
> Many things, it's a lot more complicated than that. For instance you
> can't just kill the fstab support, this needs to be preserved somehow,
> probably on the mountmgr side. Also you can't have a single file
> descriptor per device, you need one for each open.
> 
OK, I can do that.

I've decided to do the open in mountmgr, so I can have it handle changes
to the fstab while it's running. So, I'm working on implementing
IRP_MJ_CREATE support (which is the standard way for drivers to handle
open requests). I've attached a first stab at that. Can you take a look?
I'm pretty sure there's something I'm missing.

BTW, I'm on #winehackers as I write this (my nick is cdavis5x).

Chip

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: support-open-requests.patch
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20091102/570cbc40/attachment.txt>


More information about the wine-devel mailing list