mtd/include/linux jffs2.h,1.28,1.29

David Woodhouse dwmw2 at infradead.org
Wed Jan 22 06:59:25 EST 2003


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

Modified Files:
	jffs2.h 
Log Message:
Uncomment data field in jffs2_raw_inode. It makes pointer calculations prettier.


Index: jffs2.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- jffs2.h	21 Jan 2003 23:58:31 -0000	1.28
+++ jffs2.h	22 Jan 2003 11:59:23 -0000	1.29
@@ -176,7 +176,7 @@
 	jint16_t flags;	     /* See JFFS2_INO_FLAG_* */
 	jint32_t data_crc;   /* CRC for the (compressed) data.  */
 	jint32_t node_crc;   /* CRC for the raw inode (excluding data)  */
-//	uint8_t data[dsize];
+	uint8_t data[0];
 } __attribute__((packed));
 
 union jffs2_node_union {





More information about the linux-mtd-cvs mailing list