diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/raid/md_k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index a3725b57fb7d..8c14ba565a45 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h | |||
@@ -262,6 +262,7 @@ struct mddev_s | |||
262 | 262 | ||
263 | spinlock_t write_lock; | 263 | spinlock_t write_lock; |
264 | wait_queue_head_t sb_wait; /* for waiting on superblock updates */ | 264 | wait_queue_head_t sb_wait; /* for waiting on superblock updates */ |
265 | atomic_t pending_writes; /* number of active superblock writes */ | ||
265 | 266 | ||
266 | unsigned int safemode; /* if set, update "clean" superblock | 267 | unsigned int safemode; /* if set, update "clean" superblock |
267 | * when no writes pending. | 268 | * when no writes pending. |