md: raid0: Represent zone->zone_offset in sectors.

For the same reason as in the previous patch, rename it from zone_offset
to zone_start.

Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Andre Noll 2009-01-09 08:31:07 +11:00 committed by NeilBrown
parent 019c4e2f3e
commit 6199d3db0f
2 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
struct strip_zone
{
sector_t zone_offset; /* Zone offset in md_dev */
sector_t zone_start; /* Zone offset in md_dev (in sectors) */
sector_t dev_start; /* Zone offset in real dev (in sectors) */
sector_t size; /* Zone size */
int nb_dev; /* # of devices attached to the zone */