This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: [Patch]: mkdir -p and network drives
On Thu, May 12, 2005 at 03:49:21PM -0400, Pierre A. Humblet wrote:
>----- Original Message -----
>From: "Corinna Vinschen" <corinna-cygwin@cygwin.com>
>To: <cygwin-patches@cygwin.com>
>Sent: Wednesday, May 11, 2005 4:53 AM
>Subject: Re: [Patch]: mkdir -p and network drives
>
>
>> I don't like the idea of isrofs being an inline function in dir.cc.
>> Wouldn't that be better a method in path_conv? It would be helpful
>> for other functions, too. For instance, unlink and symlink_worker.
>> In the (not so) long run we should really move all of these functions
>> into the fhandlers, though.
>
>After looking into it, moving mkdir and rmdir to fhandlers should be
>quite simple. I will do that early next week.
In the meantime, I'm going to follow through on Corinna's suggestion.
Moving this into path.cc would mean that we could eventually add a "-r"
option to mount which would be a nice thing.
I'm getting ready to roll out a 1.5.17 so I'll get something with EROFS
functionality into that.
cgf