Kernel: Split the ProcFS core file into smaller components

This commit is contained in:
Liav A 2022-10-24 09:41:31 +03:00 committed by Andrew Kaster
commit 3906dd3aa3
Notes: sideshowbarker 2024-07-17 08:59:18 +09:00
30 changed files with 1080 additions and 822 deletions

View file

@ -5,9 +5,8 @@
*/
#include <Kernel/Debug.h>
#include <Kernel/Devices/BlockDevice.h>
#include <Kernel/FileSystem/ProcFS.h>
#include <Kernel/FileSystem/VirtualFileSystem.h>
#include <Kernel/FileSystem/ProcFS/DirectoryInode.h>
#include <Kernel/FileSystem/ProcFS/LinkInode.h>
#include <Kernel/KBufferBuilder.h>
#include <Kernel/PerformanceEventBuffer.h>
#include <Kernel/Process.h>