mtd/fs/jffs2/ecos/src fs-ecos.c,1.6,1.7

David Woodhouse dwmw2 at infradead.org
Sun Jan 19 06:33:34 EST 2003


Update of /home/cvs/mtd/fs/jffs2/ecos/src
In directory phoenix.infradead.org:/tmp/cvs-serv25713/ecos/src

Modified Files:
	fs-ecos.c 
Log Message:
Remove debugging noise

Index: fs-ecos.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/src/fs-ecos.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fs-ecos.c	9 Jan 2003 13:53:44 -0000	1.6
+++ fs-ecos.c	19 Jan 2003 11:33:31 -0000	1.7
@@ -545,7 +545,7 @@
 			return ENOMEM;
 		}
 		memset(c->inocache_list, 0, sizeof(struct jffs2_inode_cache *) * INOCACHE_HASHSIZE);
-		printf("Allocated inocache_list at %p (c %p)\n", c->inocache_list, c);
+
 		err = jffs2_read_super(jffs2_sb);
 
 		if (err) {





More information about the linux-mtd-cvs mailing list