1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +00:00

Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller components

This commit is contained in:
Liav A 2022-10-24 10:28:24 +03:00 committed by Andrew Kaster
parent 3906dd3aa3
commit 3fc52a6d1c
10 changed files with 1138 additions and 1058 deletions

View file

@ -124,7 +124,9 @@ set(KERNEL_SOURCES
FileSystem/ISO9660FileSystem.cpp
FileSystem/Mount.cpp
FileSystem/OpenFileDescription.cpp
FileSystem/Plan9FileSystem.cpp
FileSystem/Plan9FS/FileSystem.cpp
FileSystem/Plan9FS/Inode.cpp
FileSystem/Plan9FS/Message.cpp
FileSystem/ProcFS/ComponentRegistry.cpp
FileSystem/ProcFS/DirectoryInode.cpp
FileSystem/ProcFS/FileSystem.cpp