Changeset 2872 in kBuild
- Timestamp:
- Sep 4, 2016 6:42:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/kFsCache.c
r2868 r2872 1713 1713 || ((PKFSDIR)pObj)->hDir == INVALID_HANDLE_VALUE) 1714 1714 { 1715 #if 0 /** @todo performance check these two alternatives. */ 1715 #if 1 1716 /* This always works and doesn't mess up NtQueryDirectoryFile. */ 1716 1717 MY_UNICODE_STRING UniStr; 1717 1718 MY_OBJECT_ATTRIBUTES ObjAttr; … … 1739 1740 #else 1740 1741 /* This alternative lets us keep the inode number up to date and 1741 detect name case changes. */ 1742 detect name case changes. 1743 Update: This doesn't work on windows 7, it ignores the UniStr 1744 and continue with the "*" search. So, we're using the 1745 above query instead for the time being. */ 1742 1746 MY_UNICODE_STRING UniStr; 1743 1747 # ifdef KFSCACHE_CFG_SHORT_NAMES
Note:
See TracChangeset
for help on using the changeset viewer.