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 3b4e0edd6dbb..272fbea55192 100644 --- a/fs/jffs2/jffs2_fs_sb.h +++ b/fs/jffs2/jffs2_fs_sb.h | |||
@@ -119,8 +119,8 @@ struct jffs2_sb_info { | |||
119 | #define XATTRINDEX_HASHSIZE (57) | 119 | #define XATTRINDEX_HASHSIZE (57) |
120 | uint32_t highest_xid; | 120 | uint32_t highest_xid; |
121 | struct list_head xattrindex[XATTRINDEX_HASHSIZE]; | 121 | struct list_head xattrindex[XATTRINDEX_HASHSIZE]; |
122 | struct list_head xattr_temp; | ||
123 | struct list_head xattr_unchecked; | 122 | struct list_head xattr_unchecked; |
123 | struct jffs2_xattr_ref *xref_temp; | ||
124 | struct rw_semaphore xattr_sem; | 124 | struct rw_semaphore xattr_sem; |
125 | uint32_t xdatum_mem_usage; | 125 | uint32_t xdatum_mem_usage; |
126 | uint32_t xdatum_mem_threshold; | 126 | uint32_t xdatum_mem_threshold; |