aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/raid')
-rw-r--r--include/linux/raid/raid1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/raid/raid1.h b/include/linux/raid/raid1.h
index 292b98f2b408..c55674252533 100644
--- a/include/linux/raid/raid1.h
+++ b/include/linux/raid/raid1.h
@@ -45,6 +45,7 @@ struct r1_private_data_s {
45 45
46 spinlock_t resync_lock; 46 spinlock_t resync_lock;
47 int nr_pending; 47 int nr_pending;
48 int nr_waiting;
48 int barrier; 49 int barrier;
49 sector_t next_resync; 50 sector_t next_resync;
50 int fullsync; /* set to 1 if a full sync is needed, 51 int fullsync; /* set to 1 if a full sync is needed,
@@ -52,8 +53,7 @@ struct r1_private_data_s {
52 * Cleared when a sync completes. 53 * Cleared when a sync completes.
53 */ 54 */
54 55
55 wait_queue_head_t wait_idle; 56 wait_queue_head_t wait_barrier;
56 wait_queue_head_t wait_resume;
57 57
58 struct pool_info *poolinfo; 58 struct pool_info *poolinfo;
59 59