--- linux/drivers/block/genhd.c.sunpartshaddap	Thu Feb  3 18:05:39 2000
+++ linux/drivers/block/genhd.c	Thu Feb  3 18:06:46 2000
@@ -798,8 +798,10 @@
 	for(csum = 0; ush >= ((unsigned short *) label);)
 		csum ^= *ush--;
 	if(csum) {
+#if 0	/* 99% of the time this just means it isn't a sun label. */
 		printk("Dev %s Sun disklabel: Csum bad, label corrupted\n",
 		       kdevname(dev));
+#endif
 		brelse(bh);
 		return 0;
 	}
