Re: highmem, aic7xxx, and vfat: too few segs for dma mapping

From: Jens Axboe (axboe@suse.de)
Date: Fri Dec 14 2001 - 11:24:03 EST


On Fri, Dec 14 2001, Stephen Lord wrote:
> >--- linux/drivers/scsi/sym53c8xx.c~ Fri Dec 14 11:10:38 2001
> >+++ linux/drivers/scsi/sym53c8xx.c Fri Dec 14 11:10:51 2001
> >@@ -12174,7 +12174,7 @@
> >
> > use_sg = map_scsi_sg_data(np, cmd);
> > if (use_sg > MAX_SCATTER) {
> >- unmap_scsi_sg_data(np, cmd);
> >+ unmap_scsi_data(np, cmd);
> > return -1;
> > }
> > data = &cp->phys.data[MAX_SCATTER - use_sg];
> >
> There is one of these in ncr53c8xx.c as well, line 8135

Agrh crap, thanks Steve!

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



This archive was generated by hypermail 2b29 : Sat Dec 15 2001 - 21:00:28 EST