mtd/fs/jffs2 gc.c,1.109,1.110
David Woodhouse
dwmw2 at infradead.org
Tue Oct 7 09:12:50 EDT 2003
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv328
Modified Files:
gc.c
Log Message:
Fix debug message to have KERN_DEBUG
Index: gc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/gc.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- gc.c 7 Oct 2003 13:10:03 -0000 1.109
+++ gc.c 7 Oct 2003 13:12:47 -0000 1.110
@@ -274,7 +274,7 @@
if (ref_flags(raw) == REF_PRISTINE)
ic->state = INO_STATE_GC;
else {
- D1(printk("Ino #%u is absent but node not REF_PRISTINE. Reading.\n",
+ D1(printk(KERN_DEBUG "Ino #%u is absent but node not REF_PRISTINE. Reading.\n",
inum));
}
break;
More information about the linux-mtd-cvs
mailing list