Ignore:
Timestamp:
Jun 12, 2020, 1:36:10 PM (5 years ago)
Author:
bird
Message:

kFsCache: Account of race between us reading a directory and someone changing it, requiring re-reading the directory till at least 10ms has passed since the last direction change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/kFsCache.h

    r3372 r3381  
    275275     *          parent directory is refreshed. */
    276276    KI64                iLastWrite;
     277    /** The time that iLastWrite was read. */
     278    KI64                iLastPopulated;
    277279
    278280    /** Set if populated. */
Note: See TracChangeset for help on using the changeset viewer.