X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmd%2Fraid10.h;h=2316ac2e8e218c6a97c96ebd35d99172e0bcb4fc;hb=5d70f79b5ef6ea2de4f72a37b2d96e2601e40a22;hp=3824a087e17c65efe0ee327772f7fa699fb41f22;hpb=e300d955debdadf599c36e47eb0bc16f5976215c;p=karo-tx-linux.git diff --git a/drivers/md/raid10.h b/drivers/md/raid10.h index 3824a087e17c..2316ac2e8e21 100644 --- a/drivers/md/raid10.h +++ b/drivers/md/raid10.h @@ -38,11 +38,6 @@ struct r10_private_data_s { int chunk_shift; /* shift from chunks to sectors */ sector_t chunk_mask; - int scale_disks; /* When starting array, multiply - * each ->raid_disk by this. - * Need for raid0->raid10 migration - */ - struct list_head retry_list; /* queue pending writes and submit them on unplug */ struct bio_list pending_bio_list;