Files
serenity/Kernel/FileSystem
implicitfield 64a5ab9434 Kernel/FATFS: Remove the add_child implementation
Since the VFS renaming refactor, this function has only been used for
hardlinking, which isn't possible on FATFS since there's no real concept
of inodes or anything comparable to those.
2025-05-08 22:17:28 +02:00
..