mtd/fs/jffs2 wbuf.c,1.50,1.51
David Woodhouse
dwmw2 at infradead.org
Tue Oct 7 09:15:30 EDT 2003
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv383
Modified Files:
wbuf.c
Log Message:
Demote list dumping to D2. It makes testing too slow.
Index: wbuf.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/wbuf.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- wbuf.c 6 Oct 2003 12:50:31 -0000 1.50
+++ wbuf.c 7 Oct 2003 13:15:27 -0000 1.51
@@ -146,7 +146,7 @@
D1(printk("About to refile bad block at %08x\n", jeb->offset));
- D1(jffs2_dump_block_lists(c));
+ D2(jffs2_dump_block_lists(c));
/* File the existing block on the bad_used_list.... */
if (c->nextblock == jeb)
c->nextblock = NULL;
@@ -163,7 +163,7 @@
c->nr_erasing_blocks++;
jffs2_erase_pending_trigger(c);
}
- D1(jffs2_dump_block_lists(c));
+ D2(jffs2_dump_block_lists(c));
/* Adjust its size counts accordingly */
c->dirty_size += jeb->free_size;
More information about the linux-mtd-cvs
mailing list