aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/raid')
-rw-r--r--include/linux/raid/md_k.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index 6f72b47ae41c..4bef4791d80d 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -215,7 +215,8 @@ struct mddev_s
215 215
216 int in_sync; /* know to not need resync */ 216 int in_sync; /* know to not need resync */
217 struct mutex reconfig_mutex; 217 struct mutex reconfig_mutex;
218 atomic_t active; 218 atomic_t active; /* general refcount */
219 atomic_t openers; /* number of active opens */
219 220
220 int changed; /* true if we might need to reread partition info */ 221 int changed; /* true if we might need to reread partition info */
221 int degraded; /* whether md should consider 222 int degraded; /* whether md should consider