[PATCH 9/9] qi-clean-debugging-messages.patch
Andy Green
andy at openmoko.com
Fri Sep 26 14:55:57 CEST 2008
Signed-off-by: Andy Green <andy at openmoko.com>
---
src/fs/ext2.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/fs/ext2.c b/src/fs/ext2.c
index 7290268..e09ca4a 100644
--- a/src/fs/ext2.c
+++ b/src/fs/ext2.c
@@ -465,13 +465,8 @@ static int ext2fs_iterate_dir(ext2fs_node_t dir, char *name, ext2fs_node_t * fno
puts("failed to read inode\n");
return(0);
}
- } else {
- puts("fail\n");
}
- printdec(fpos);
- puts(" ");
- printdec(diro->inode.size);
- puts("\n");
+
/* Search the file. */
while (fpos < __le32_to_cpu(diro->inode.size)) {
struct ext2_dirent dirent;
More information about the openmoko-kernel
mailing list