This patch removes an unused variable. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> --- linux-2.6.17-mm2-full/drivers/md/raid5.c.old 2006-06-26 21:17:13.000000000 +0200 +++ linux-2.6.17-mm2-full/drivers/md/raid5.c 2006-06-26 21:17:20.000000000 +0200 @@ -2827,7 +2827,6 @@ struct stripe_head *sh; int pd_idx; int raid_disks = conf->raid_disks; - int data_disks = raid_disks - conf->max_degraded; sector_t max_sector = mddev->size << 1; int sync_blocks; int still_degraded = 0; - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html