mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
3c3ebe3320
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 |
||
---|---|---|
.. | ||
blockdev.c | ||
cleanup.c | ||
close.c | ||
CMakeLists.txt | ||
create.c | ||
dir.c | ||
direntry.c | ||
dirwr.c | ||
ea.c | ||
fastio.c | ||
fat.c | ||
fcb.c | ||
finfo.c | ||
flush.c | ||
fsctl.c | ||
iface.c | ||
kdbg.c | ||
misc.c | ||
pnp.c | ||
rw.c | ||
shutdown.c | ||
string.c | ||
vfat.h | ||
vfat005.1st | ||
vfat_fr.txt | ||
vfatfs.rc | ||
volume.c |