diff options
Diffstat (limited to 'drivers/md/raid1.h')
-rw-r--r-- | drivers/md/raid1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/raid1.h b/drivers/md/raid1.h index 3770b4a27662..0ff3715fb7eb 100644 --- a/drivers/md/raid1.h +++ b/drivers/md/raid1.h | |||
@@ -9,6 +9,7 @@ struct raid1_info { | |||
9 | * we try to keep sequential reads one the same device | 9 | * we try to keep sequential reads one the same device |
10 | */ | 10 | */ |
11 | sector_t next_seq_sect; | 11 | sector_t next_seq_sect; |
12 | sector_t seq_start; | ||
12 | }; | 13 | }; |
13 | 14 | ||
14 | /* | 15 | /* |