Re: [PATCH 09/11] mount.cc: Implement poor-man's cache

2021-02-04 Thread Corinna Vinschen via Cygwin-patches
On Feb 3 12:38, Ben wrote: > > > On 18-01-2021 12:51, Corinna Vinschen via Cygwin-patches wrote: > > Ok, so hash_prefix reduces the path to a drive letter or the UNC path > > prefix and hashes it. However, what about partitions mounted to a > > subdir of, say, drive C? In that case the hashing

Re: [PATCH v2 4/8] syscalls.cc: Implement non-path_conv dependent _unlink_nt

2021-02-04 Thread Corinna Vinschen via Cygwin-patches
On Feb 3 12:03, Ben wrote: > On 26-01-2021 12:34, Corinna Vinschen via Cygwin-patches wrote: > >> + static bool has_posix_unlink_semantics = > >> + wincap.has_posix_unlink_semantics (); > >> + static bool has_posix_unlink_semantics_with_ignore_readonly = > >> + wincap.has_posix_unlink_