Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu | |
This is in preparation for improved page cache reclaim, which requires greater integration between the page cache and page allocator. PiperOrigin-RevId: 238444706 Change-Id: Id24141b3678d96c7d7dc24baddd9be555bffafe4 | |||
2018-12-12 | Filesystems shouldn't be saving references to Platform. | Rahat Mahmood | |
Platform objects are not savable, storing references to them in filesystem datastructures would cause save to fail if someone actually passed in a Platform. Current implementations work because everywhere a Platform is expected, we currently pass in a Kernel object which embeds Platform and thus satisfies the interface. Eliminate this indirection and save pointers to Kernel directly. PiperOrigin-RevId: 225288336 Change-Id: Ica399ff43f425e15bc150a0d7102196c3d54a2ab |