mtd/include/linux jffs2_fs_i.h,1.14,1.15

David Woodhouse dwmw2 at infradead.org
Tue Nov 12 04:42:51 EST 2002


Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv29709

Modified Files:
	jffs2_fs_i.h 
Log Message:
Use typedef-abuse-free rbtree stuff

Index: jffs2_fs_i.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_i.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- jffs2_fs_i.h	4 Sep 2002 14:12:03 -0000	1.14
+++ jffs2_fs_i.h	12 Nov 2002 09:42:49 -0000	1.15
@@ -19,7 +19,7 @@
 	uint32_t highest_version;
 
 	/* List of data fragments which make up the file */
-	rb_root_t fragtree;
+	struct rb_root fragtree;
 
 	/* There may be one datanode which isn't referenced by any of the
 	   above fragments, if it contains a metadata update but no actual





More information about the linux-mtd-cvs mailing list