mtd/fs/jffs2 readinode.c,1.79,1.80

David Woodhouse dwmw2 at infradead.org
Tue Sep 3 16:51:28 EDT 2002


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv26660

Modified Files:
	readinode.c 
Log Message:
Not everyone using C99 yet.


Index: readinode.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/readinode.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- readinode.c	3 Sep 2002 17:17:53 -0000	1.79
+++ readinode.c	3 Sep 2002 20:51:25 -0000	1.80
@@ -208,8 +208,9 @@
 	} else {
 		/* New frag starts at the same point as 'this' used to. Replace 
 		   it in the tree without doing a delete and insertion */
-		D1(printk(KERN_DEBUG "Inserting newfrag (*%p) in before 'this' (*%p)\n", newfrag, this));
 		struct jffs2_node_frag *parent = frag_parent(this);
+
+		D1(printk(KERN_DEBUG "Inserting newfrag (*%p) in before 'this' (*%p)\n", newfrag, this));
 		
 		if (this == frag_left(parent))
 			parent->rb.rb_left = &newfrag->rb;





More information about the linux-mtd-cvs mailing list