mtd/fs/jffs2 readinode.c,1.120,1.121

Artem Bityuckiy dedekind at infradead.org
Wed Jul 6 12:16:28 EDT 2005


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

Modified Files:
	readinode.c 
Log Message:
Fix comment.


Index: readinode.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/readinode.c,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- readinode.c	5 Jul 2005 21:03:07 -0000	1.120
+++ readinode.c	6 Jul 2005 16:16:24 -0000	1.121
@@ -259,7 +259,7 @@
 		if (this) {
 			/* By definition, the 'this' node has no right-hand child, 
 			   because there are no frags with offset greater than it.
-			   So that's where we want to put the hole */
+			   So that's where we want to put new fragment */
 			D2(printk(KERN_DEBUG "Adding new frag (%p) on right of node at (%p)\n", newfrag, this));
 			rb_link_node(&newfrag->rb, &this->rb, &this->rb.rb_right);			
 		} else {





More information about the linux-mtd-cvs mailing list