mtd/fs/jffs2 gc.c,1.134,1.135

gleixner at infradead.org gleixner at infradead.org
Thu May 27 07:14:40 EDT 2004


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

Modified Files:
	gc.c 
Log Message:
Move the annoying message to D1. Signed-off-by: Thomas Gleixner <tglx at linutronix.de>

Index: gc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/gc.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- gc.c	25 May 2004 11:12:31 -0000	1.134
+++ gc.c	27 May 2004 11:14:37 -0000	1.135
@@ -81,7 +81,7 @@
 		nextlist = &c->erasable_list;
 	} else {
 		/* Eep. All were empty */
-		printk(KERN_NOTICE "jffs2: No clean, dirty _or_ erasable blocks to GC from! Where are they all?\n");
+		D1(printk(KERN_NOTICE "jffs2: No clean, dirty _or_ erasable blocks to GC from! Where are they all?\n"));
 		return NULL;
 	}
 





More information about the linux-mtd-cvs mailing list