mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
![]() Previously, when creating a file section, Mm requested Cc to cache the file, then Cc would request pages from Mm, then Mm would request them back to serve its file-mapping role Now, Mm does it all by itself. If file cahcing is requested by the FS driver, then Cc creates a file mapping and uses that to serve its purpose. This is a rewrite of Cc |
||
---|---|---|
.. | ||
data.c | ||
fault.c | ||
io.c | ||
newmm.h | ||
reqtools.c | ||
sptab.c | ||
swapout.c |