projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab523c
)
vfs: turn off the cache debug information
author
Liu Aleaxander
<Aleaxander@gmail.com>
Thu, 10 Dec 2009 14:26:48 +0000
(22:26 +0800)
committer
Liu 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
patch
|
blob
|
history
diff --git
a/core/fs.c
b/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);
}