Subject: Re: scsi disks with "Medium Format Corrupted" To: Manuel Bouyer <bouyer@antioche.lip6.fr> From: Johan Danielsson <joda@pdc.kth.se> List: tech-kern Date: 05/21/2004 10:01:12
Manuel Bouyer <bouyer@antioche.lip6.fr> writes:
>- sdgetdisklabel(sd);
>+ if (param_error == 0)
>+ sdgetdisklabel(sd);
> SC_DEBUG(periph, SCSIPI_DB3, ("Disklabel loaded "));
Should the debug be inside the if too?
/Johan