diff options
Diffstat (limited to 'include/linux/raid')
-rw-r--r-- | include/linux/raid/raid10.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/raid/raid10.h b/include/linux/raid/raid10.h index 60708789c8f9..08317b77802b 100644 --- a/include/linux/raid/raid10.h +++ b/include/linux/raid/raid10.h | |||
@@ -39,11 +39,11 @@ struct r10_private_data_s { | |||
39 | 39 | ||
40 | spinlock_t resync_lock; | 40 | spinlock_t resync_lock; |
41 | int nr_pending; | 41 | int nr_pending; |
42 | int nr_waiting; | ||
42 | int barrier; | 43 | int barrier; |
43 | sector_t next_resync; | 44 | sector_t next_resync; |
44 | 45 | ||
45 | wait_queue_head_t wait_idle; | 46 | wait_queue_head_t wait_barrier; |
46 | wait_queue_head_t wait_resume; | ||
47 | 47 | ||
48 | mempool_t *r10bio_pool; | 48 | mempool_t *r10bio_pool; |
49 | mempool_t *r10buf_pool; | 49 | mempool_t *r10buf_pool; |