Re: Patch for sd cleanup

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 26 Feb 2002 01:41:05 +0000 (GMT)


> Marcelo's 2.4.18 does not have this:
>
> --- linux-2.4.18/drivers/scsi/sd.c Mon Feb 25 11:38:04 2002
> +++ linux-2.4.18-p3/drivers/scsi/sd.c Mon Feb 25 17:09:59 2002
> @@ -279,7 +279,7 @@
> target = DEVICE_NR(dev);
>
> dpnt = &rscsi_disks[target];
> - if (!dpnt)
> + if (!dpnt->device)

In my pile Marcelo is about to get bombed with 8)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/