public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@steeleye.com>
To: wrlk@riede.org
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] Eliminate signals entirely from the mid-layer
Date: Sat, 11 Jan 2003 10:44:24 -0500	[thread overview]
Message-ID: <200301111544.h0BFiQD02270@localhost.localdomain> (raw)
In-Reply-To: Message from Willem Riede <wrlk@riede.org> of "Sat, 11 Jan 2003 09:23:11 EST." <20030111142311.GQ1378@linnie.riede.org>

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

wrlk@riede.org said:
> When I apply your patch, rmmod ide-scsi hangs. This is my log: 

Well, we all have these embarassing things we forget from time to time (like 
remembering actually to tell the daemon to die...).  Can you try the attached 
as an additional patch?

Thanks,

James


[-- Attachment #2: tmp.diff --]
[-- Type: text/plain , Size: 365 bytes --]

===== drivers/scsi/hosts.c 1.43 vs edited =====
--- 1.43/drivers/scsi/hosts.c	Fri Jan 10 16:13:38 2003
+++ edited/drivers/scsi/hosts.c	Sat Jan 11 10:39:20 2003
@@ -338,6 +338,7 @@
 	if (shost->ehandler) {
 		DECLARE_COMPLETION(sem);
 		shost->eh_notify = &sem;
+		shost->eh_kill = 1;
 		up(shost->eh_wait);
 		wait_for_completion(&sem);
 		shost->eh_notify = NULL;

  reply	other threads:[~2003-01-11 15:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-10 21:19 [PATCH] Eliminate signals entirely from the mid-layer James Bottomley
2003-01-10 22:01 ` Mike Anderson
2003-01-10 22:05   ` James Bottomley
2003-01-11 14:23 ` Willem Riede
2003-01-11 15:44   ` James Bottomley [this message]
2003-01-11 16:33     ` Mike Anderson
2003-01-11 16:47     ` Willem Riede

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=200301111544.h0BFiQD02270@localhost.localdomain \
    --to=james.bottomley@steeleye.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=wrlk@riede.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