[PATCH v3 06/24] read-cache: Don't compare uid, gid and ino on cygwin

2013-08-18 Thread Thomas Gummerer
Cygwin doesn't have uid, gid and ino stats fields. Therefore we should never check them in the match_stat_data when working on the CYGWIN platform. Signed-off-by: Thomas Gummerer --- This patch was not tested on Cygwin yet. I think it's needed though, because the re-reading of the index if it

Re: [PATCH v3 06/24] read-cache: Don't compare uid, gid and ino on cygwin

2013-08-18 Thread Ramsay Jones
On 18/08/2013 08:41 PM, Thomas Gummerer wrote: > Cygwin doesn't have uid, gid and ino stats fields. Therefore we should > never check them in the match_stat_data when working on the CYGWIN > platform. Hmm, this is simply not true ... ;-) The need to omit the uid, gid and ino fields from the stat

Re: [PATCH v3 06/24] read-cache: Don't compare uid, gid and ino on cygwin

2013-08-20 Thread Thomas Gummerer
Ramsay Jones writes: > On 18/08/2013 08:41 PM, Thomas Gummerer wrote: >> Cygwin doesn't have uid, gid and ino stats fields. Therefore we should >> never check them in the match_stat_data when working on the CYGWIN >> platform. > > Hmm, this is simply not true ... ;-) > > The need to omit the uid