aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorArtem B. Bityutskiy <dedekind@infradead.org>2005-07-24 11:29:59 -0400
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-06 11:17:32 -0500
commitf302cd028c90ddbca20cb5388458ae0f0dd03d9b (patch)
tree9f78e99aba22b3b24047d48c6e6964889df83b11 /include/linux
parente0c8e42f8f218063ff6838b25038ccef7ddf257e (diff)
[JFFS2] Namespace clean up
Rename functions to a name matching the functionality. Remove stall debug code Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/jffs2.h6
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
101struct jffs2_raw_dirent 101struct 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
125struct jffs2_raw_inode 125struct 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. */