diff options
Diffstat (limited to 'fs/jffs2/jffs2_fs_sb.h')
-rw-r--r-- | fs/jffs2/jffs2_fs_sb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jffs2/jffs2_fs_sb.h b/fs/jffs2/jffs2_fs_sb.h index 67529f0a44dd..272fbea55192 100644 --- a/fs/jffs2/jffs2_fs_sb.h +++ b/fs/jffs2/jffs2_fs_sb.h | |||
@@ -26,9 +26,6 @@ struct jffs2_inodirty; | |||
26 | struct jffs2_sb_info { | 26 | struct jffs2_sb_info { |
27 | struct mtd_info *mtd; | 27 | struct mtd_info *mtd; |
28 | 28 | ||
29 | struct jffs2_raw_node_ref *refs; | ||
30 | int reserved_refs; | ||
31 | |||
32 | uint32_t highest_ino; | 29 | uint32_t highest_ino; |
33 | uint32_t checked_ino; | 30 | uint32_t checked_ino; |
34 | 31 | ||