mtd/fs/jffs2 nodelist.c,1.55,1.56
David Woodhouse
dwmw2 at infradead.org
Tue Sep 3 18:29:17 EDT 2002
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv31741
Modified Files:
nodelist.c
Log Message:
hex
Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- nodelist.c 3 Sep 2002 22:12:10 -0000 1.55
+++ nodelist.c 3 Sep 2002 22:29:14 -0000 1.56
@@ -497,7 +497,7 @@
parent = *link;
base = rb_entry(parent, struct jffs2_node_frag, rb);
- D1(printk(KERN_DEBUG "fragtree_insert considering frag at %d\n", base->ofs));
+ D1(printk(KERN_DEBUG "fragtree_insert considering frag at 0x%x\n", base->ofs));
if (newfrag->ofs > base->ofs)
link = &base->rb.rb_right;
else if (newfrag->ofs < base->ofs)
More information about the linux-mtd-cvs
mailing list