From: Pavel Machek <pavel@ucw.cz>
To: torvalds@transmeta.com,
kernel list <linux-kernel@vger.kernel.org>,
Rusty trivial patch monkey Russell <trivial@rustcorp.com.au>
Subject: scsi_eh_* needs to be ran even during suspend
Date: Sun, 19 Jan 2003 13:14:20 +0100 [thread overview]
Message-ID: <20030119121419.GA1064@elf.ucw.cz> (raw)
...because suspend does not prevent hard disk from reporting
error. Here's a patch, please apply.
Pavel
--- clean/drivers/scsi/scsi_error.c 2003-01-17 23:12:23.000000000 +0100
+++ linux-swsusp/drivers/scsi/scsi_error.c 2003-01-19 12:28:00.000000000 +0100
@@ -1594,6 +1595,7 @@
*/
sprintf(current->comm, "scsi_eh_%d", shost->host_no);
+ current->flags |= PF_IOTHREAD;
shost->eh_wait = &sem;
shost->ehandler = current;
--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
reply other threads:[~2003-01-19 12:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030119121419.GA1064@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=trivial@rustcorp.com.au \
/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
all inboxes | Powered by JetHome®