From f2dd5608ed05f60db2a2aa76ffdd93871f5c10fc Mon Sep 17 00:00:00 2001 From: jdguzman_cp <1af410b6d6b8ed62e871cfe75df683c658511bcf7yA7jPGF> Date: Fri, 12 Jun 2009 01:04:57 +0000 Subject: [PATCH] Added TODO statement so I don't forget to remove the change to VFSManager.cs. --- source/Cosmos/Cosmos.System/VFSManager.cs | 1 + 1 file changed, 1 insertion(+) 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) {