Corinna Vinschen redhat.com> writes:
>
> I guess trying my approach isn't the worst one, though. We should
> use that as a start point for further experimenting, IMHO. I'll check
> that in.
>
Checking win32.has_acls() and using GENERIC_WRITE caused a regression in utimes
(). The new upstream
Corinna Vinschen redhat.com> writes:
>
> That could be a result of the Cygwin internals. I assume that the
> CreateFile call requesting any write access fails on both filesystems.
> If you have a look into utimes, you see that Cygwin ignores this case:
>
> h = CreateFile()
> if ((h == INVAL