mtd/fs/jffs2 readinode.c,1.81,1.82
David Woodhouse
dwmw2 at infradead.org
Tue Sep 3 17:55:55 EDT 2002
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv29666
Modified Files:
readinode.c
Log Message:
removed unused parent
Index: readinode.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/readinode.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- readinode.c 3 Sep 2002 21:43:17 -0000 1.81
+++ readinode.c 3 Sep 2002 21:55:52 -0000 1.82
@@ -208,8 +208,6 @@
} else {
/* New frag starts at the same point as 'this' used to. Replace
it in the tree without doing a delete and insertion */
- struct jffs2_node_frag *parent = frag_parent(this);
-
D1(printk(KERN_DEBUG "Inserting newfrag (*%p) in before 'this' (*%p)\n", newfrag, this));
rb_replace_node(&this->rb, &newfrag->rb);
More information about the linux-mtd-cvs
mailing list