mtd/fs/jffs2 nodelist.c,1.109,1.110
Artem Bityuckiy
dedekind at infradead.org
Wed Aug 17 10:13:48 EDT 2005
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv9640
Modified Files:
nodelist.c
Log Message:
[JFFS2] Fix the number of arguments in a print
Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- nodelist.c 4 Aug 2005 11:41:30 -0000 1.109
+++ nodelist.c 17 Aug 2005 14:13:45 -0000 1.110
@@ -263,7 +263,7 @@
this->ofs, this->ofs+this->size, ref_offset(this->node->raw));
else
JFFS2_DBG_FRAGTREE2("split old hole frag 0x%04x-0x%04x\n",
- this->ofs, this->ofs+this->size, ref_offset(this->node->raw));
+ this->ofs, this->ofs+this->size);
/* New second frag pointing to this's node */
newfrag2 = new_fragment(this->node, newfrag->ofs + newfrag->size,
More information about the linux-mtd-cvs
mailing list