Files
reactos/drivers
Pierre Schweitzer 3c3ebe3320 [FASTFAT] Only initialize directory cache on use.
This avoids initializing cache directly on directory
open/create.
The advantage is we reduce the load on cache manager
and on memory manager by avoiding creating everytime
a stream file object, and initializing cache for it.

This will avoid initializing cache for started
applications 'current directory' which is just opened
for having a valid handle but no read/write is performed
in it, by default.

This is a step forward for autochk.

CORE-14629
2018-05-18 14:09:30 +02:00
..
2017-10-22 16:49:04 +02:00
2018-04-24 21:35:23 +01:00
2018-05-17 16:15:25 +01:00