mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
Kernel: Make VirtualFileSystem::Mount a top-level class
And move it to its own compilation unit.
This commit is contained in:
parent
79552c91d5
commit
6a27de2d94
6 changed files with 109 additions and 62 deletions
|
@ -109,6 +109,7 @@ set(KERNEL_SOURCES
|
|||
FileSystem/Inode.cpp
|
||||
FileSystem/InodeFile.cpp
|
||||
FileSystem/InodeWatcher.cpp
|
||||
FileSystem/Mount.cpp
|
||||
FileSystem/Plan9FileSystem.cpp
|
||||
FileSystem/ProcFS.cpp
|
||||
FileSystem/SysFS.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue