diff options
Diffstat (limited to 'fs/jffs2/jffs2_fs_sb.h')
-rw-r--r-- | fs/jffs2/jffs2_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/jffs2_fs_sb.h b/fs/jffs2/jffs2_fs_sb.h index 272fbea55192..506690cc9a78 100644 --- a/fs/jffs2/jffs2_fs_sb.h +++ b/fs/jffs2/jffs2_fs_sb.h | |||
@@ -107,7 +107,7 @@ struct jffs2_sb_info { | |||
107 | struct rw_semaphore wbuf_sem; /* Protects the write buffer */ | 107 | struct rw_semaphore wbuf_sem; /* Protects the write buffer */ |
108 | 108 | ||
109 | /* Information about out-of-band area usage... */ | 109 | /* Information about out-of-band area usage... */ |
110 | struct nand_oobinfo *oobinfo; | 110 | struct nand_ecclayout *ecclayout; |
111 | uint32_t badblock_pos; | 111 | uint32_t badblock_pos; |
112 | uint32_t fsdata_pos; | 112 | uint32_t fsdata_pos; |
113 | uint32_t fsdata_len; | 113 | uint32_t fsdata_len; |