public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@zip.com.au>
To: Andre Hedrick <andre@linuxdiskcert.org>
Cc: Manuel McLure <manuel@mclure.org>, linux-kernel@vger.kernel.org
Subject: Re: 2.4.17 Oops when trying to mount ATAPI CDROM
Date: Sat, 02 Feb 2002 22:28:50 -0800	[thread overview]
Message-ID: <3C5CD8A2.697F5F2A@zip.com.au> (raw)
In-Reply-To: <20020202170244.A12338@ulthar.internal> <Pine.LNX.4.10.10202021715180.26613-100000@master.linux-ide.org>

Andre Hedrick wrote:
> 
> Manuel,
> 
> Would you be kind enough to be a little more specific on the hardware?
> The attached devices bu make model and real vender if known.
> 
>

There are eight different config_drive_xfer_rate() functions.
And they all basically do this:

	if (id && ...) {
		...
	} else if (id->xxx)

So either

1: The first test for id=NULL is unneeded or

2: id can sometimes be null, which will oops in the way
   Manuel describes.

-

  reply	other threads:[~2002-02-03  6:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-03  1:02 2.4.17 Oops when trying to mount ATAPI CDROM Manuel McLure
2002-02-03  6:04 ` Andre Hedrick
2002-02-03  6:28   ` Andrew Morton [this message]
2002-02-03 18:21   ` Manuel McLure
2002-02-03 18:32     ` Manuel McLure
2002-02-04  7:59       ` Jens Axboe
2002-02-05  6:04         ` [PATCH] " Zwane Mwaikambo
2002-02-05  6:27           ` Andre Hedrick
2002-02-05 13:12             ` Dave Jones
2002-02-05 23:11           ` Bill Davidsen
2002-02-06  7:49             ` Zwane Mwaikambo
2002-02-04 18:53       ` Manuel McLure
2002-02-05  2:01         ` 2.4.17 Oops when trying to mount ATAPI CDROM - Conclusion Manuel McLure

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=3C5CD8A2.697F5F2A@zip.com.au \
    --to=akpm@zip.com.au \
    --cc=andre@linuxdiskcert.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manuel@mclure.org \
    /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