X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fvfs%2Ffs%2Fext2.c;h=0b60e5427930921cc559588ee7e433d0d88d6844;hb=3c777e58e6baba6760f43b8fdde4daf62081048b;hp=be50e6cab0d69ece536886acd0dcc88ce910d627;hpb=391af300bd045791b8aaf50cf44b2d503c763213;p=tpg%2Facess2.git diff --git a/Kernel/vfs/fs/ext2.c b/Kernel/vfs/fs/ext2.c index be50e6ca..0b60e542 100644 --- a/Kernel/vfs/fs/ext2.c +++ b/Kernel/vfs/fs/ext2.c @@ -5,9 +5,10 @@ /** * \file fs/ext2.c * \brief Second Extended Filesystem Driver - * \todo Implement file read support + * \todo Implement file full write support */ #define DEBUG 1 +#define VERBOSE 0 #include #include #include @@ -135,7 +136,7 @@ tVFS_Node *Ext2_InitDevice(char *Device, char **Options) disk->Groups ); - #if DEBUG + #if VERBOSE LOG("Block Group 0"); LOG(".bg_block_bitmap = 0x%x", disk->Groups[0].bg_block_bitmap); LOG(".bg_inode_bitmap = 0x%x", disk->Groups[0].bg_inode_bitmap);