diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/raid/md_k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index b579cc62830..c77dca3221e 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h | |||
@@ -219,6 +219,8 @@ struct mddev_s | |||
219 | atomic_t recovery_active; /* blocks scheduled, but not written */ | 219 | atomic_t recovery_active; /* blocks scheduled, but not written */ |
220 | wait_queue_head_t recovery_wait; | 220 | wait_queue_head_t recovery_wait; |
221 | sector_t recovery_cp; | 221 | sector_t recovery_cp; |
222 | sector_t resync_max; /* resync should pause | ||
223 | * when it gets here */ | ||
222 | 224 | ||
223 | spinlock_t write_lock; | 225 | spinlock_t write_lock; |
224 | wait_queue_head_t sb_wait; /* for waiting on superblock updates */ | 226 | wait_queue_head_t sb_wait; /* for waiting on superblock updates */ |