From: Jeff Garzik <jgarzik@pobox.com>
To: "Prakash K. Cheemplavam" <prakashpublic@gmx.de>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: libata and pm
Date: Sun, 30 Nov 2003 11:02:07 -0500 [thread overview]
Message-ID: <3FCA147F.4040503@pobox.com> (raw)
In-Reply-To: <3FC9CBB8.7020108@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
Prakash K. Cheemplavam wrote:
> Hi,
>
> I wonder whether libata can easily be made compatible with swsup or pmdisk.
>
> Currently my tries stop with the message:
>
> PM: Preparing system for suspend
> Stopping tasks:
> =================================================exiting...========
> stopping tasks failed (1 tasks remaining)
> Restarting tasks...<6> Strange, katad-1 not stopped
> done
>
>
> I think that katad belongs to libata.
I'm curious if this [completely untested] patch works? :)
Jeff
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 402 bytes --]
===== drivers/scsi/libata-core.c 1.7 vs edited =====
--- 1.7/drivers/scsi/libata-core.c Mon Nov 24 11:19:30 2003
+++ edited/drivers/scsi/libata-core.c Sun Nov 30 11:01:26 2003
@@ -2567,6 +2567,9 @@
timeout = ata_thread_iter(ap);
+ if (current->flags & PF_FREEZE)
+ refrigerator(PF_IOTHREAD);
+
if (signal_pending (current))
flush_signals(current);
next prev parent reply other threads:[~2003-11-30 16:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-30 10:51 libata and pm Prakash K. Cheemplavam
2003-11-30 16:02 ` Jeff Garzik [this message]
2003-11-30 16:56 ` Prakash K. Cheemplavam
2003-11-30 17:02 ` Jeff Garzik
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=3FCA147F.4040503@pobox.com \
--to=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=prakashpublic@gmx.de \
/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