diff options
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
| -rw-r--r-- | fs/ocfs2/ocfs2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index f468c600cf92..8d8e4779df92 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/rbtree.h> | 33 | #include <linux/rbtree.h> |
| 34 | #include <linux/workqueue.h> | 34 | #include <linux/workqueue.h> |
| 35 | #include <linux/kref.h> | 35 | #include <linux/kref.h> |
| 36 | #include <linux/mutex.h> | ||
| 36 | 37 | ||
| 37 | #include "cluster/nodemanager.h" | 38 | #include "cluster/nodemanager.h" |
| 38 | #include "cluster/heartbeat.h" | 39 | #include "cluster/heartbeat.h" |
| @@ -233,7 +234,7 @@ struct ocfs2_super | |||
| 233 | struct proc_dir_entry *proc_sub_dir; /* points to /proc/fs/ocfs2/<maj_min> */ | 234 | struct proc_dir_entry *proc_sub_dir; /* points to /proc/fs/ocfs2/<maj_min> */ |
| 234 | 235 | ||
| 235 | atomic_t vol_state; | 236 | atomic_t vol_state; |
| 236 | struct semaphore recovery_lock; | 237 | struct mutex recovery_lock; |
| 237 | struct task_struct *recovery_thread_task; | 238 | struct task_struct *recovery_thread_task; |
| 238 | int disable_recovery; | 239 | int disable_recovery; |
| 239 | wait_queue_head_t checkpoint_event; | 240 | wait_queue_head_t checkpoint_event; |
