Re: [PATCH] mkdir: always check-for-existence

2019-06-05 Thread Corinna Vinschen
On Jun 4 19:44, Ben wrote: > Hi Corinna, > > Please see the attachment for my patch. > My MUA indeed replaced the tabs with spaces. > > I did notice that the indentation was mixed tabs and spaces, > but as stated on the website I have kept the surrounding indentation. This applies fine. Pushe

Re: [PATCH] mkdir: always check-for-existence

2019-06-04 Thread Ben
Hi Corinna, Please see the attachment for my patch. My MUA indeed replaced the tabs with spaces. I did notice that the indentation was mixed tabs and spaces, but as stated on the website I have kept the surrounding indentation. Ben... On 04-06-2019 09:41, Corinna Vinschen wrote: Hi Ben, On

Re: [PATCH] mkdir: always check-for-existence

2019-06-04 Thread Corinna Vinschen
Hi Ben, On Jun 3 22:07, Ben wrote: > When creating a directory which already exists, NtCreateFile will correctly > return 'STATUS_OBJECT_NAME_COLLISION'. > > However when creating a directory and all its parents a normal use would > be to start with mkdir(‘/cygdrive/c’) which translates to ‘C:\’

Re: [PATCH] mkdir: always check-for-existence

2019-06-03 Thread Ben
When creating a directory which already exists, NtCreateFile will correctly return 'STATUS_OBJECT_NAME_COLLISION'. However when creating a directory and all its parents a normal use would be to start with mkdir(‘/cygdrive/c’) which translates to ‘C:\’ for which it'll instead return ‘STATUS_ACCE