1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller components

This commit is contained in:
Liav A 2022-10-24 11:02:50 +03:00 committed by Andrew Kaster
parent fca3b7f1f9
commit 1c91881a1d
11 changed files with 871 additions and 779 deletions

View file

@ -122,7 +122,9 @@ set(KERNEL_SOURCES
FileSystem/InodeFile.cpp
FileSystem/InodeMetadata.cpp
FileSystem/InodeWatcher.cpp
FileSystem/ISO9660FileSystem.cpp
FileSystem/ISO9660FS/DirectoryIterator.cpp
FileSystem/ISO9660FS/FileSystem.cpp
FileSystem/ISO9660FS/Inode.cpp
FileSystem/Mount.cpp
FileSystem/OpenFileDescription.cpp
FileSystem/Plan9FS/FileSystem.cpp