diff options
author | Ferenc Havasi <havasi@inf.u-szeged.hu> | 2005-09-26 07:37:25 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-06 16:32:45 -0500 |
commit | 2bc9764c4837c6b7da540b7a2592ec02f9a14e47 (patch) | |
tree | 9171bc9f8e36e7407c5f822c08fccdc2e45df050 /fs/jffs2/summary.h | |
parent | ef6f0d1ffcd86484e01cec4fd2d2c5ca5887a43b (diff) |
[JFFS2] Rename jffs2_summary_node to jffs2_raw_summary
Signed-off-by: Ferenc Havasi <havasi@inf.u-szeged.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs/jffs2/summary.h')
-rw-r--r-- | fs/jffs2/summary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/summary.h b/fs/jffs2/summary.h index e6b0a69acbd4..b7a678be1709 100644 --- a/fs/jffs2/summary.h +++ b/fs/jffs2/summary.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | * For licensing information, see the file 'LICENCE' in this directory. | 9 | * For licensing information, see the file 'LICENCE' in this directory. |
10 | * | 10 | * |
11 | * $Id: summary.h,v 1.1 2005/09/07 08:34:54 havasi Exp $ | 11 | * $Id: summary.h,v 1.2 2005/09/26 11:37:21 havasi Exp $ |
12 | * | 12 | * |
13 | */ | 13 | */ |
14 | 14 | ||
@@ -142,7 +142,7 @@ struct jffs2_sum_marker | |||
142 | jint32_t magic; /* == JFFS2_SUM_MAGIC */ | 142 | jint32_t magic; /* == JFFS2_SUM_MAGIC */ |
143 | }; | 143 | }; |
144 | 144 | ||
145 | #define JFFS2_SUMMARY_FRAME_SIZE (sizeof(struct jffs2_summary_node) + sizeof(struct jffs2_sum_marker)) | 145 | #define JFFS2_SUMMARY_FRAME_SIZE (sizeof(struct jffs2_raw_summary) + sizeof(struct jffs2_sum_marker)) |
146 | 146 | ||
147 | #ifdef CONFIG_JFFS2_SUMMARY /* SUMMARY SUPPORT ENABLED */ | 147 | #ifdef CONFIG_JFFS2_SUMMARY /* SUMMARY SUPPORT ENABLED */ |
148 | 148 | ||