From: Christoph Hellwig <hch@lst.de>
To: "Moore, Eric Dean" <Emoore@lsil.com>
Cc: Christoph Hellwig <hch@lst.de>, linux-scsi@vger.kernel.org
Subject: Re: [PATCH] fusion: streamline ->slave_alloc/->slave_destroy
Date: Tue, 26 Oct 2004 14:55:28 +0200 [thread overview]
Message-ID: <20041026125528.GA25050@lst.de> (raw)
In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E5705262988@exa-atlanta>
> The problem is mptscsih_slave_destroy is being called twice. The first
> time we free hd->Targets, the second time we hit the oops. I'm still
> investigating. Here is back trace using source level debugger. Also
> beyond the back trace is snip of source, having the embedded printks.
That was not just with my patch but with your new monster update, right?
It contains this totally bogus line:
+
+ /* remove the device from our internal data structures */
+ if(hd->Targets[pScsiReq->TargetID] != NULL) {
+ mptscsih_slave_destroy(sc->device);
+ }
+
in mptscsih_io_done
next prev parent reply other threads:[~2004-10-26 12:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-11 18:39 [PATCH] fusion: streamline ->slave_alloc/->slave_destroy Moore, Eric Dean
2004-10-21 9:09 ` Christoph Hellwig
2004-10-26 12:55 ` Christoph Hellwig [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-10-26 16:02 Moore, Eric Dean
2004-10-26 16:12 ` Christoph Hellwig
2004-10-06 18:25 Moore, Eric Dean
2004-10-09 14:51 ` Christoph Hellwig
2004-10-02 8:23 Christoph Hellwig
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=20041026125528.GA25050@lst.de \
--to=hch@lst.de \
--cc=Emoore@lsil.com \
--cc=linux-scsi@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.