Re: Linux 2.4.20-rc3

Jens Axboe (axboe@suse.de)
Sun, 24 Nov 2002 13:20:09 +0100


On Sat, Nov 23 2002, Margit Schubert-While wrote:
> Is this patch (rc2-rc3) correct ?
>
> diff -urN linux-2.4.20-rc2/drivers/scsi/scsi_merge.c
> linux-2.4.20-rc3/drivers/scsi/scsi_merge.c
> --- linux-2.4.20-rc2/drivers/scsi/scsi_merge.c Fri Nov 22 12:14:23 2002
> +++ linux-2.4.20-rc3/drivers/scsi/scsi_merge.c Fri Nov 22 12:14:32 2002
> @@ -835,7 +835,7 @@
> * case.
> */
> if (count == 1 && !SCpnt->host->highmem_io) {
> - this_count = req->current_nr_sectors;
> + this_count = req->nr_sectors;
> goto single_segment;
> }

Yes it is correct, why do you ask? See discussion on this list last week
between Steve Lord and myself.

-- 
Jens Axboe

- 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/