mtd/fs/jffs2 gc.c,1.135,1.136
gleixner at infradead.org
gleixner at infradead.org
Thu May 27 15:06:11 EDT 2004
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv18319
Modified Files:
gc.c
Log Message:
Move another 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.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- gc.c 27 May 2004 11:14:37 -0000 1.135
+++ gc.c 27 May 2004 19:06:09 -0000 1.136
@@ -205,7 +205,7 @@
jeb = jffs2_find_gc_block(c);
if (!jeb) {
- printk(KERN_NOTICE "jffs2: Couldn't find erase block to garbage collect!\n");
+ D1 (printk(KERN_NOTICE "jffs2: Couldn't find erase block to garbage collect!\n"));
spin_unlock(&c->erase_completion_lock);
up(&c->alloc_sem);
return -EIO;
More information about the linux-mtd-cvs
mailing list