]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/raid/raid0.h
md: raid0: Represent device offset in sectors.
[linux-2.6-omap-h63xx.git] / include / linux / raid / raid0.h
index 1b2dda035f8efcfeb5e979ed463d735e9f3f70b1..61c3d29dc158304808dd0f2ba8693396ce754e44 100644 (file)
@@ -6,7 +6,7 @@
 struct strip_zone
 {
        sector_t zone_offset;   /* Zone offset in md_dev */
-       sector_t dev_offset;    /* Zone offset in real dev */
+       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 */
        mdk_rdev_t **dev;       /* Devices attached to the zone */