diff options
Diffstat (limited to 'drivers/md/raid0.h')
-rw-r--r-- | drivers/md/raid0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/raid0.h b/drivers/md/raid0.h index 124ba34c8eed..7b3605e570c0 100644 --- a/drivers/md/raid0.h +++ b/drivers/md/raid0.h | |||
@@ -6,7 +6,6 @@ struct strip_zone | |||
6 | sector_t zone_end; /* Start of the next zone (in sectors) */ | 6 | sector_t zone_end; /* Start of the next zone (in sectors) */ |
7 | sector_t dev_start; /* Zone offset in real dev (in sectors) */ | 7 | sector_t dev_start; /* Zone offset in real dev (in sectors) */ |
8 | int nb_dev; /* # of devices attached to the zone */ | 8 | int nb_dev; /* # of devices attached to the zone */ |
9 | mdk_rdev_t **dev; /* Devices attached to the zone */ | ||
10 | }; | 9 | }; |
11 | 10 | ||
12 | struct raid0_private_data | 11 | struct raid0_private_data |