]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/raid/raid0.h
md: raid0: Represent the size of strip zones in sectors.
[linux-2.6-omap-h63xx.git] / include / linux / raid / raid0.h
index eaf4f6ac55f6c19e02a41f13297a61f42846410d..c12521d027e2c71d04c9ec1190702cfadc043ec0 100644 (file)
@@ -7,7 +7,7 @@ struct strip_zone
 {
        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 */
+       sector_t sectors;       /* Zone size in sectors */
        int nb_dev;             /* # of devices attached to the zone */
        mdk_rdev_t **dev;       /* Devices attached to the zone */
 };