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


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;
 	});





More information about the linux-mtd-cvs mailing list