mtd/fs/jffs2 nodemgmt.c,1.95,1.96
David Woodhouse
dwmw2 at infradead.org
Sun Aug 24 05:58:54 EDT 2003
- Previous message: mtd/drivers/mtd/devices phram.c,NONE,1.1 Kconfig,1.6,1.7
Makefile.common,1.3,1.4
- Next message: mtd/fs/jffs2 file.c,1.86,1.87 nodelist.h,1.94,1.95
nodemgmt.c,1.96,1.97 os-linux.h,1.28,1.29 super-v24.c,1.66,1.67
super.c,1.81,1.82 wbuf.c,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv14670
Modified Files:
nodemgmt.c
Log Message:
Fix typo in block list dumping
Index: nodemgmt.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodemgmt.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- nodemgmt.c 30 Jun 2003 10:58:57 -0000 1.95
+++ nodemgmt.c 24 Aug 2003 09:58:51 -0000 1.96
@@ -672,7 +672,7 @@
list_for_each(this, &c->erasable_pending_wbuf_list) {
struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list);
- printk(KERN_DEBUG "erase_pending_wbuf_list: %08x (used %08x, dirty %08x, wasted %08x, unchecked %08x, free %08x)\n",
+ printk(KERN_DEBUG "erasable_pending_wbuf_list: %08x (used %08x, dirty %08x, wasted %08x, unchecked %08x, free %08x)\n",
jeb->offset, jeb->used_size, jeb->dirty_size, jeb->wasted_size, jeb->unchecked_size, jeb->free_size);
}
}
- Previous message: mtd/drivers/mtd/devices phram.c,NONE,1.1 Kconfig,1.6,1.7
Makefile.common,1.3,1.4
- Next message: mtd/fs/jffs2 file.c,1.86,1.87 nodelist.h,1.94,1.95
nodemgmt.c,1.96,1.97 os-linux.h,1.28,1.29 super-v24.c,1.66,1.67
super.c,1.81,1.82 wbuf.c,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list