1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 03:05:07 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
651417a085 Kernel: Split InodeVMObject into two subclasses
We now have PrivateInodeVMObject and SharedInodeVMObject, corresponding
to MAP_PRIVATE and MAP_SHARED respectively.

Note that PrivateInodeVMObject is not used yet.
2020-02-28 20:20:35 +01:00
Andreas Kling
07a26aece3 Kernel: Rename InodeVMObject => SharedInodeVMObject 2020-02-28 20:07:51 +01:00
Renamed from Kernel/VM/InodeVMObject.cpp (Browse further)