]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/raid/raid0.h
md: raid0: make hash_spacing and preshift sector-based.
[linux-2.6-omap-h63xx.git] / include / linux / raid / raid0.h
index c12521d027e2c71d04c9ec1190702cfadc043ec0..fd42aa87c39186791d1a06481fecb6ddd7c03326 100644 (file)
@@ -19,8 +19,8 @@ struct raid0_private_data
        mdk_rdev_t **devlist; /* lists of rdevs, pointed to by strip_zone->dev */
        int nr_strip_zones;
 
-       sector_t hash_spacing;
-       int preshift;                   /* shift this before divide by hash_spacing */
+       sector_t spacing;
+       int sector_shift; /* shift this before divide by spacing */
 };
 
 typedef struct raid0_private_data raid0_conf_t;