• Ken Thomases's avatar
    Revert "ntdll: Avoid one of the calls to getattrlist() when… · e7fa7663
    Ken Thomases authored
    Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.".
    
    This was wrong-headed and could never have worked.  The second getattrlist()
    call that I was trying to avoid was only necessary when the first fails.  Given
    that the first failed, its results can't be used to avoid the second, no matter
    what information we requested.
    
    This reverts commit 5514df9d.
    e7fa7663
directory.c 107 KB