From: Jeff Garzik <jgarzik@pobox.com>
To: Adam Radford <adam@nmt.edu>
Cc: marcelo.tosatti@cyclades.com, ak@suse.de, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.4.23-rc3 fix scsi disk targets over 1TB to not EIO
Date: Wed, 19 Nov 2003 18:52:39 -0500 [thread overview]
Message-ID: <3FBC0247.1000504@pobox.com> (raw)
In-Reply-To: <200311192330.hAJNU0cV005517@speare5-1-13.nmt.edu>
Adam Radford wrote:
> diff -Naur linux-2.4.23-rc2/drivers/scsi/sd.c linux-2.4.23-rc3/drivers/scsi/sd.c
> --- linux-2.4.23-rc2/drivers/scsi/sd.c Mon Aug 25 04:44:42 2003
> +++ linux-2.4.23-rc3/drivers/scsi/sd.c Wed Nov 19 15:15:38 2003
> @@ -294,7 +294,8 @@
>
> static int sd_init_command(Scsi_Cmnd * SCpnt)
> {
> - int dev, block, this_count;
> + int dev, this_count;
> + unsigned long block;
> struct hd_struct *ppnt;
> Scsi_Disk *dpnt;
> #if CONFIG_SCSI_LOGGING
What about u64 instead of unsigned long?
Jeff
prev parent reply other threads:[~2003-11-19 23:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-19 23:30 [PATCH] 2.4.23-rc3 fix scsi disk targets over 1TB to not EIO Adam Radford
2003-11-19 23:52 ` Jeff Garzik [this message]
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=3FBC0247.1000504@pobox.com \
--to=jgarzik@pobox.com \
--cc=adam@nmt.edu \
--cc=ak@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.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