Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 6 resend)

2010-12-14 Thread Alexandre Julliard
Charles Davis cda...@mymail.mines.edu writes: +#if defined(HAVE_GETATTRLIST) defined(ATTR_VOL_CAPABILITIES) \ +defined(VOL_CAPABILITIES_FORMAT) defined(VOL_CAP_FMT_CASE_SENSITIVE) +char *mntpoint = NULL; +struct attrlist attr; +struct vol_caps caps; +struct get_fsid

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 6

2010-11-14 Thread James McKenzie
On 11/5/10 8:17 AM, Charles Davis wrote: Changes since try 5: o All case-sensitivity logic has been absorbed into find_file_in_dir(). o Eliminated one more stat(2) that I missed last time. o Eliminated a statfs(2) call on Linux. This is a far as I think I can take it without gutting it

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 6

2010-11-14 Thread Charles Davis
On 11/14/10 3:01 PM, James McKenzie wrote: On 11/5/10 8:17 AM, Charles Davis wrote: Changes since try 5: o All case-sensitivity logic has been absorbed into find_file_in_dir(). o Eliminated one more stat(2) that I missed last time. o Eliminated a statfs(2) call on Linux. This is a far as I

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 6

2010-11-12 Thread Charles Davis
On 11/9/10 12:49 PM, Charles Davis wrote: What's wrong now? I still don't know what's wrong. Chip

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 6

2010-11-09 Thread Charles Davis
What's wrong now? Chip