aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/raid/md_k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index c0d3097846a7..e2df61f5b09a 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -185,7 +185,7 @@ struct mddev_s
185 unsigned long recovery; 185 unsigned long recovery;
186 186
187 int in_sync; /* know to not need resync */ 187 int in_sync; /* know to not need resync */
188 struct semaphore reconfig_sem; 188 struct mutex reconfig_mutex;
189 atomic_t active; 189 atomic_t active;
190 190
191 int changed; /* true if we might need to reread partition info */ 191 int changed; /* true if we might need to reread partition info */