From 97f8927da6bcfe6a84fb68b06377eb897cc49446 Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 21 Oct 2022 18:40:53 +0300 Subject: Kernel: Remove the DevTmpFS class Although this code worked quite well, it is considered to be a code duplication with the TmpFS code which is more tested and works quite well for a variety of cases. The only valid reason to keep this filesystem was that it enforces that no regular files will be created at all in the filesystem. Later on, we will re-introduce this feature in a sane manner. Therefore, this can be safely removed after SystemServer no longer uses this filesystem type anymore. --- Kernel/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'Kernel/CMakeLists.txt') diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index eb7b98d8b3..6f6b9daa09 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -109,7 +109,6 @@ set(KERNEL_SOURCES FileSystem/BlockBasedFileSystem.cpp FileSystem/Custody.cpp FileSystem/DevPtsFS.cpp - FileSystem/DevTmpFS.cpp FileSystem/Ext2FileSystem.cpp FileSystem/FATFileSystem.cpp FileSystem/FIFO.cpp -- cgit v1.2.3