[PATCH 1/2] Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system."

Ken Thomases ken at codeweavers.com
Thu Jun 11 16:04:04 CDT 2015


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 5514df9d4e4c14cafcc4284e12d26ad6c74709fe.
---
dlls/ntdll/directory.c | 62 ++++++++++++++++++--------------------------------
1 file changed, 22 insertions(+), 40 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Revert-ntdll-Avoid-one-of-the-calls-to-getattrlist-w.patch
Type: text/x-patch
Size: 5206 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150611/0d7874d8/attachment.bin>


More information about the wine-patches mailing list