Indeed this makes very much of sense. I will take it.
How did you see it "hawkeye"?
> --- linux/drivers/ide/ide-cd.c.orig Mon May 6 12:38:01 2002
> +++ linux/drivers/ide/ide-cd.c Tue May 7 16:43:51 2002
> @@ -962,7 +962,7 @@
>
> /* First, figure out if we need to bit-bucket
> any of the leading sectors. */
> - nskip = MIN(rq->current_nr_sectors - bio_sectors(rq->bio), sectors_to_transfer);
> + nskip = MIN((int)(rq->current_nr_sectors - bio_sectors(rq->bio)), sectors_to_transfer);
>
> while (nskip > 0) {
> /* We need to throw away a sector. */
-
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/