diff --git a/source/Cosmos/Cosmos.System/VFSManager.cs b/source/Cosmos/Cosmos.System/VFSManager.cs index 88c19ec63..d4a9b5545 100644 --- a/source/Cosmos/Cosmos.System/VFSManager.cs +++ b/source/Cosmos/Cosmos.System/VFSManager.cs @@ -11,6 +11,7 @@ using Cosmos.Hardware.Storage; namespace Cosmos.Sys { public static class VFSManager { private static List mFilesystems; + //TODO: Remove when done with ext2 testing. public static List Filesystems { get { return mFilesystems; } } private static void DetectFilesystem(BlockDevice aDevice) {