mtd/include/linux jffs2_fs_i.h,1.13,1.14
David Woodhouse
dwmw2 at infradead.org
Wed Sep 4 10:12:06 EDT 2002
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv28434
Modified Files:
jffs2_fs_i.h
Log Message:
oops. How did this escape?
Index: jffs2_fs_i.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_i.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- jffs2_fs_i.h 1 Sep 2002 15:47:03 -0000 1.13
+++ jffs2_fs_i.h 4 Sep 2002 14:12:03 -0000 1.14
@@ -4,6 +4,7 @@
#define _JFFS2_FS_I
#include <linux/version.h>
+#include <linux/rbtree.h>
struct jffs2_inode_info {
/* We need an internal semaphore similar to inode->i_sem.
@@ -18,7 +19,7 @@
uint32_t highest_version;
/* List of data fragments which make up the file */
- struct jffs2_node_frag *fragtree;
+ rb_root_t 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