From: Mike Anderson <andmike@us.ibm.com>
To: Gregoire Favre <greg@ulima.unil.ch>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.44 Call Trace
Date: Mon, 21 Oct 2002 08:58:51 -0700 [thread overview]
Message-ID: <20021021155851.GB1069@beaverton.ibm.com> (raw)
In-Reply-To: <20021021093341.GG2917@ulima.unil.ch>
Gregoire Favre [greg@ulima.unil.ch] wrote:
> Trace; c01d58fe <put_device+de/f0>
> Trace; c022ecf0 <sg_detach+c0/220>
> Trace; c022319c <scsi_host_chk_and_release+1ac/250>
> Trace; c0222f58 <scsi_tp_for_each_host+78/90>
> Trace; d9208d00 <END_OF_CODE+cd3fd/????>
> Trace; c0223adc <scsi_unregister_host+3c/90>
> Trace; d9208d00 <END_OF_CODE+cd3fd/????>
> Trace; c0222ff0 <scsi_host_chk_and_release+0/250>
> Trace; c011cb23 <qm_symbols+f3/1e0>
> Trace; d91ff5bf <END_OF_CODE+c3cbc/????>
> Trace; d9208d00 <END_OF_CODE+cd3fd/????>
> Trace; c011d123 <free_module+e3/f0>
> Trace; c011c3d3 <sys_delete_module+d3/2a0>
> Trace; c010786b <syscall_call+7/b>
> Trace; c01d58fe <put_device+de/f0>
> Trace; c022ae37 <sr_detach+47/80>
> Trace; c022319c <scsi_host_chk_and_release+1ac/250>
> Trace; c0222f58 <scsi_tp_for_each_host+78/90>
> Trace; d9208d00 <END_OF_CODE+cd3fd/????>
> Trace; c0223adc <scsi_unregister_host+3c/90>
> Trace; d9208d00 <END_OF_CODE+cd3fd/????>
> Trace; c0222ff0 <scsi_host_chk_and_release+0/250>
> Trace; c011cb23 <qm_symbols+f3/1e0>
> Trace; d91ff5bf <END_OF_CODE+c3cbc/????>
> Trace; d9208d00 <END_OF_CODE+cd3fd/????>
> Trace; c011d123 <free_module+e3/f0>
> Trace; c011c3d3 <sys_delete_module+d3/2a0>
> Trace; c010786b <syscall_call+7/b>
Gregoire,
I posted a patch yesterday for this but it was in another
thread. It is below. I will also post it in a new thread by
itself.
-andmike
--
Michael Anderson
andmike@us.ibm.com
sg.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
------
--- 1.30/drivers/scsi/sg.c Fri Oct 18 11:27:30 2002
+++ edited/drivers/scsi/sg.c Sun Oct 20 10:59:33 2002
@@ -1607,7 +1607,7 @@
sdp->de = NULL;
device_remove_file(&sdp->sg_driverfs_dev, &dev_attr_type);
device_remove_file(&sdp->sg_driverfs_dev, &dev_attr_kdev);
- put_device(&sdp->sg_driverfs_dev);
+ device_unregister(&sdp->sg_driverfs_dev);
if (NULL == sdp->headfp)
vfree((char *) sdp);
}
next prev parent reply other threads:[~2002-10-21 15:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-21 9:33 Gregoire Favre
2002-10-21 15:58 ` Mike Anderson [this message]
2002-10-21 20:47 ` Gregoire Favre
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=20021021155851.GB1069@beaverton.ibm.com \
--to=andmike@us.ibm.com \
--cc=greg@ulima.unil.ch \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome