diff options
Diffstat (limited to 'include/linux/jffs2.h')
-rw-r--r-- | include/linux/jffs2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/jffs2.h b/include/linux/jffs2.h index 419fc953ac16..7bc51add62fa 100644 --- a/include/linux/jffs2.h +++ b/include/linux/jffs2.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * For licensing information, see the file 'LICENCE' in the | 8 | * For licensing information, see the file 'LICENCE' in the |
9 | * jffs2 directory. | 9 | * jffs2 directory. |
10 | * | 10 | * |
11 | * $Id: jffs2.h,v 1.34 2004/11/16 20:36:14 dwmw2 Exp $ | 11 | * $Id: jffs2.h,v 1.35 2005/07/24 15:15:51 dedekind Exp $ |
12 | * | 12 | * |
13 | */ | 13 | */ |
14 | 14 | ||
@@ -101,7 +101,7 @@ struct jffs2_unknown_node | |||
101 | struct jffs2_raw_dirent | 101 | struct jffs2_raw_dirent |
102 | { | 102 | { |
103 | jint16_t magic; | 103 | jint16_t magic; |
104 | jint16_t nodetype; /* == JFFS_NODETYPE_DIRENT */ | 104 | jint16_t nodetype; /* == JFFS2_NODETYPE_DIRENT */ |
105 | jint32_t totlen; | 105 | jint32_t totlen; |
106 | jint32_t hdr_crc; | 106 | jint32_t hdr_crc; |
107 | jint32_t pino; | 107 | jint32_t pino; |
@@ -125,7 +125,7 @@ struct jffs2_raw_dirent | |||
125 | struct jffs2_raw_inode | 125 | struct jffs2_raw_inode |
126 | { | 126 | { |
127 | jint16_t magic; /* A constant magic number. */ | 127 | jint16_t magic; /* A constant magic number. */ |
128 | jint16_t nodetype; /* == JFFS_NODETYPE_INODE */ | 128 | jint16_t nodetype; /* == JFFS2_NODETYPE_INODE */ |
129 | jint32_t totlen; /* Total length of this node (inc data, etc.) */ | 129 | jint32_t totlen; /* Total length of this node (inc data, etc.) */ |
130 | jint32_t hdr_crc; | 130 | jint32_t hdr_crc; |
131 | jint32_t ino; /* Inode number. */ | 131 | jint32_t ino; /* Inode number. */ |