diff options
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r-- | fs/ocfs2/ocfs2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index 558bd2709e01..1386281950db 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
@@ -209,6 +209,7 @@ enum ocfs2_mount_options | |||
209 | struct ocfs2_journal; | 209 | struct ocfs2_journal; |
210 | struct ocfs2_slot_info; | 210 | struct ocfs2_slot_info; |
211 | struct ocfs2_recovery_map; | 211 | struct ocfs2_recovery_map; |
212 | struct ocfs2_replay_map; | ||
212 | struct ocfs2_quota_recovery; | 213 | struct ocfs2_quota_recovery; |
213 | struct ocfs2_dentry_lock; | 214 | struct ocfs2_dentry_lock; |
214 | struct ocfs2_super | 215 | struct ocfs2_super |
@@ -264,6 +265,7 @@ struct ocfs2_super | |||
264 | atomic_t vol_state; | 265 | atomic_t vol_state; |
265 | struct mutex recovery_lock; | 266 | struct mutex recovery_lock; |
266 | struct ocfs2_recovery_map *recovery_map; | 267 | struct ocfs2_recovery_map *recovery_map; |
268 | struct ocfs2_replay_map *replay_map; | ||
267 | struct task_struct *recovery_thread_task; | 269 | struct task_struct *recovery_thread_task; |
268 | int disable_recovery; | 270 | int disable_recovery; |
269 | wait_queue_head_t checkpoint_event; | 271 | wait_queue_head_t checkpoint_event; |