mtd/fs/jffs2 nodelist.c,1.30.2.3,1.30.2.4
David Woodhouse
dwmw2 at infradead.org
Fri May 10 14:30:36 EDT 2002
- Previous message: mtd/fs/jffs2 nodelist.c,1.42,1.43
- Next message: mtd/fs/jffs2 fs.c,1.9,1.10 gc.c,1.69,1.70 nodelist.h,1.69,1.70 nodemgmt.c,1.65,1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv11921
Modified Files:
Tag: jffs2-2_4-branch
nodelist.c
Log Message:
Reduce debug spew
Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.30.2.3
retrieving revision 1.30.2.4
diff -u -r1.30.2.3 -r1.30.2.4
--- nodelist.c 23 Feb 2002 14:04:44 -0000 1.30.2.3
+++ nodelist.c 10 May 2002 18:30:33 -0000 1.30.2.4
@@ -69,7 +69,7 @@
*prev = new;
out:
- D1(while(*list) {
+ D2(while(*list) {
printk(KERN_DEBUG "Dirent \"%s\" (hash 0x%08x, ino #%u\n", (*list)->name, (*list)->nhash, (*list)->ino);
list = &(*list)->next;
});
- Previous message: mtd/fs/jffs2 nodelist.c,1.42,1.43
- Next message: mtd/fs/jffs2 fs.c,1.9,1.10 gc.c,1.69,1.70 nodelist.h,1.69,1.70 nodemgmt.c,1.65,1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list