mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Alok K. Dhir" <alok@dhir.net>
To: "'Jens Axboe'" <axboe@suse.de>, "'David S. Miller'" <davem@redhat.com>
Cc: <lord@sgi.com>, <gibbs@scsiguy.com>, <LB33JM16@yahoo.com>,
	<linux-kernel@vger.kernel.org>
Subject: RE: highmem, aic7xxx, and vfat: too few segs for dma mapping
Date: Fri, 14 Dec 2001 11:22:50 -0500	[thread overview]
Message-ID: <003101c184bb$93b52e80$9865fea9@pcsn630778> (raw)
In-Reply-To: <20011214161506.GB1180@suse.de>

Is this going into the 2.4.17 as well?

> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org 
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Jens Axboe
> Sent: Friday, December 14, 2001 11:15 AM
> To: David S. Miller
> Cc: lord@sgi.com; gibbs@scsiguy.com; LB33JM16@yahoo.com; 
> linux-kernel@vger.kernel.org
> Subject: Re: highmem, aic7xxx, and vfat: too few segs for dma mapping
> 
> 
> On Fri, Dec 14 2001, Jens Axboe wrote:
> > 
> *.kernel.org/pub/linux/kernel/people/axboe/patches/v2.5/2.5.1-pre11/bi
> > o-pre11-5.bz2
> 
> Steve Lord caught two typos in the patch, here's an 
> incremental diff attached. There will also be a bio-pre11-6 
> at the above location in a few minutes.
> 
> --- linux/drivers/scsi/scsi.c~	Fri Dec 14 11:06:25 2001
> +++ linux/drivers/scsi/scsi.c	Fri Dec 14 11:06:46 2001
> @@ -2590,7 +2590,6 @@
>  	/*
>  	 * setup sg memory pools
>  	 */
> -	ts = 0;
>  	for (i = 0; i < SG_MEMPOOL_NR; i++) {
>  		struct scsi_host_sg_pool *sgp = scsi_sg_pools + i;
>  		int size = scsi_host_sg_pool_sizes[i] * 
> sizeof(struct scatterlist);
> --- 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];
> 
> -- 
> 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/


  reply	other threads:[~2001-12-14 16:23 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-10  1:32 LBJM
2001-12-10 18:40 ` Justin T. Gibbs
2001-12-10 19:21   ` Jens Axboe
2001-12-10 19:50     ` Justin T. Gibbs
2001-12-10 20:03       ` Jens Axboe
2001-12-10 19:21         ` Gérard Roudier
2001-12-11  6:12         ` David S. Miller
2001-12-11 17:01           ` Gérard Roudier
2001-12-12  9:36             ` Jens Axboe
2001-12-12 13:32               ` Andrea Arcangeli
2001-12-12 17:22                 ` Gérard Roudier
2001-12-12 22:19                   ` Andrea Arcangeli
2001-12-12 20:24                     ` Gérard Roudier
2001-12-13  0:26                     ` David S. Miller
2001-12-13 16:17                       ` Gérard Roudier
2001-12-13 20:30                       ` David S. Miller
2001-12-13 18:13                         ` Gérard Roudier
2001-12-13  0:06                 ` David S. Miller
2001-12-13 16:39                   ` Gérard Roudier
2001-12-12 16:39               ` Gérard Roudier
2001-12-13 20:10       ` Steve Lord
2001-12-13 20:15         ` Justin T. Gibbs
2001-12-13 20:29           ` Steve Lord
2001-12-13 20:48             ` Justin T. Gibbs
2001-12-13 20:58               ` Steve Lord
2001-12-13 21:27                 ` David S. Miller
2001-12-14 15:16                   ` Jens Axboe
2001-12-14 16:15                     ` Jens Axboe
2001-12-14 16:22                       ` Alok K. Dhir [this message]
2001-12-14 16:32                         ` Jens Axboe
2001-12-14 16:25                       ` Stephen Lord
2001-12-14 16:24                         ` Jens Axboe
2001-12-13 21:17               ` Steve Lord

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003101c184bb$93b52e80$9865fea9@pcsn630778' \
    --to=alok@dhir.net \
    --cc=LB33JM16@yahoo.com \
    --cc=axboe@suse.de \
    --cc=davem@redhat.com \
    --cc=gibbs@scsiguy.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lord@sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®