Changeset 78564 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.cpp
- Timestamp:
- May 17, 2019 11:53:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.cpp
r78563 r78564 1445 1445 * For directories we don't necessarily go to the host but use info from when we 1446 1446 * opened the them, why we do this is a little unclear as all the clues that r9630 1447 * give is "fixes". 1447 * give is "fixes". Update(bird): Disabled this and lets see if anything breaks. 1448 1448 * 1449 1449 * The TTL here works around two issues in particular: … … 1481 1481 { 1482 1482 /* Query the information if necessary. */ 1483 if ( !(pVBoxFobx->Info.Attr.fMode & RTFS_DOS_DIRECTORY) /** @todo figure out why we don't return up-to-date info for directories!*/1483 if ( 1 /*!(pVBoxFobx->Info.Attr.fMode & RTFS_DOS_DIRECTORY) - bird: disabled - let's see if anything breaks. */ 1484 1484 && ( !pVBoxFobx->nsUpToDate 1485 1485 || RTTimeSystemNanoTS() - pVBoxFobx->nsUpToDate > RT_NS_100US /** @todo implement proper TTL */ ) )
Note:
See TracChangeset
for help on using the changeset viewer.