vfs: turn off the cache debug information
authorLiu Aleaxander <Aleaxander@gmail.com>
Thu, 10 Dec 2009 14:26:48 +0000 (22:26 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Thu, 10 Dec 2009 14:26:48 +0000 (22:26 +0800)
Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
core/fs.c

index 31b5465..0d45c19 100644 (file)
--- a/core/fs.c
+++ b/core/fs.c
@@ -265,6 +265,4 @@ void fs_init(com32sys_t *regs)
 
     if (fs.fs_ops->iget_current)
        this_inode = fs.fs_ops->iget_current();
-
-    print_cache(fs.fs_dev);
 }