Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (resend try 5)
Nov. 4, 2010
5:46 a.m.
Charles Davis <cdavis(a)mymail.mines.edu> writes:
If the volume is indeed case insensitive, we skip searching through the whole directory ourselves, and just stat() each portion of the path.
You still have extra stat calls. You should stop trying to pass a case_sensitive flag to find_file_in_dir and have it take care of everything internally, if and only if a case insensitive search seems to be required. -- Alexandre Julliard julliard(a)winehq.org
5666
Age (days ago)
5666
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard