Kernel: Rename InodeVMObject => SharedInodeVMObject

This commit is contained in:
Andreas Kling 2020-02-28 20:07:51 +01:00
commit 07a26aece3
Notes: sideshowbarker 2024-07-19 08:59:09 +09:00
9 changed files with 63 additions and 63 deletions

View file

@ -31,7 +31,7 @@
#include <Kernel/FileSystem/Inode.h>
#include <Kernel/Multiboot.h>
#include <Kernel/VM/AnonymousVMObject.h>
#include <Kernel/VM/InodeVMObject.h>
#include <Kernel/VM/SharedInodeVMObject.h>
#include <Kernel/VM/MemoryManager.h>
#include <Kernel/VM/PageDirectory.h>
#include <Kernel/VM/PhysicalRegion.h>