Added TODO statement so I don't forget to remove the change to VFSManager.cs.

This commit is contained in:
jdguzman_cp 2009-06-12 01:04:57 +00:00
parent e8d3017301
commit f2dd5608ed

View file

@ -11,6 +11,7 @@ using Cosmos.Hardware.Storage;
namespace Cosmos.Sys {
public static class VFSManager {
private static List<Filesystem> mFilesystems;
//TODO: Remove when done with ext2 testing.
public static List<Filesystem> Filesystems { get { return mFilesystems; } }
private static void DetectFilesystem(BlockDevice aDevice) {