1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:07:44 +00:00

Kernel: Move InodeMetadata methods out of line

This commit is contained in:
Andreas Kling 2022-08-19 22:20:43 +02:00
parent 11eee67b85
commit bec314611d
3 changed files with 28 additions and 15 deletions

View file

@ -126,6 +126,7 @@ set(KERNEL_SOURCES
FileSystem/FileSystem.cpp
FileSystem/Inode.cpp
FileSystem/InodeFile.cpp
FileSystem/InodeMetadata.cpp
FileSystem/InodeWatcher.cpp
FileSystem/ISO9660FileSystem.cpp
FileSystem/Mount.cpp