printk(KERN_ERR"raid5: couldn't allocate %dkB for buffers\n",memory);
shrink_stripes(conf);
md_unregister_thread(conf->thread);
gotoabort;
}else
printk(KERN_INFO"raid5: allocated %dkB for md%d\n",memory,mdidx(mddev));
...
...
@@ -1615,23 +1583,6 @@ static int run (mddev_t *mddev)
else
printk(KERN_ALERT"raid5: raid level %d set md%d active with %d out of %d devices, algorithm %d\n",conf->level,mdidx(mddev),sb->active_disks,sb->raid_disks,conf->algorithm);