mtd/fs/jffs2 nodelist.c,1.53,1.54
David Woodhouse
dwmw2 at infradead.org
Tue Sep 3 17:57:43 EDT 2002
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv29761
Modified Files:
nodelist.c
Log Message:
Oh for fuck's sake. How stupid can one Dave be?
Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- nodelist.c 3 Sep 2002 21:56:02 -0000 1.53
+++ nodelist.c 3 Sep 2002 21:57:41 -0000 1.54
@@ -551,7 +551,7 @@
else
parent->rb_right = new;
- new = victim;
+ *new = *victim;
if (victim->rb_left)
victim->rb_left->rb_parent = new;
More information about the linux-mtd-cvs
mailing list