eric pouech (@epo) commented about dlls/ntdll/unix/file.c:
cwd = open( ".", O_RDONLY ); if (fchdir( fd ) != -1) {
if (!(status = get_cached_dir_data( handle, &data, fd, mask )))
status = get_cached_dir_data( handle, &data, fd, mask, restart_scan );
if (!status) { union file_directory_info *last_info = NULL; if (restart_scan) data->pos = 0;
nitpick: that would make more sense to move this line to get_cached_dir_data