Kernel: Rename InodeVMObject => SharedInodeVMObject

This commit is contained in:
Andreas Kling
2020-02-28 20:07:51 +01:00
parent 46256da7b0
commit 07a26aece3
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>