Charles Davis <[email protected]> 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 in the fast path, as well as some unnecessary changes. -- Alexandre Julliard [email protected]
