Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / raid / linear.h
index ba15469..7eaf290 100644 (file)
@@ -13,10 +13,8 @@ typedef struct dev_info dev_info_t;
 
 struct linear_private_data
 {
-       struct linear_private_data *prev;       /* earlier version */
        dev_info_t              **hash_table;
        sector_t                hash_spacing;
-       sector_t                array_size;
        int                     preshift; /* shift before dividing by hash_spacing */
        dev_info_t              disks[0];
 };