Implemented Dependency resolving for compile-time modules and Updated the README
[tpg/acess2.git] / Kernel / vfs / fs / ext2.c
index be50e6c..0b60e54 100644 (file)
@@ -5,9 +5,10 @@
 /**\r
  * \file fs/ext2.c\r
  * \brief Second Extended Filesystem Driver\r
- * \todo Implement file read support\r
+ * \todo Implement file full write support\r
  */\r
 #define DEBUG  1\r
+#define VERBOSE        0\r
 #include <common.h>\r
 #include <vfs.h>\r
 #include <modules.h>\r
@@ -135,7 +136,7 @@ tVFS_Node *Ext2_InitDevice(char *Device, char **Options)
                disk->Groups\r
                );\r
        \r
-       #if DEBUG\r
+       #if VERBOSE\r
        LOG("Block Group 0");\r
        LOG(".bg_block_bitmap = 0x%x", disk->Groups[0].bg_block_bitmap);\r
        LOG(".bg_inode_bitmap = 0x%x", disk->Groups[0].bg_inode_bitmap);\r

UCC git Repository :: git.ucc.asn.au