lkml.org 
[lkml]   [2003]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: FYI: My current suspend bigdiff
Hi!

> >Well... it could work with scsi. You can try it, but be carefull. [If
> >it goes wrong it might eat your data.]
>
> Thats why I use xfs on my main system to test... And I tried with libata
> and it won't work as it complains that the "katad" process cannot be
> stopped, so swsusp immediatly comes back.

I do not know how much more support is needed to allow powermanagment
for libata, but this one should be easy...

[Hmm, I hope it compiles, I certainly do not use libata for now.]
Pavel

--- clean/drivers/scsi/libata-core.c 2003-11-28 17:06:39.000000000 +0100
+++ linux/drivers/scsi/libata-core.c 2003-11-30 18:16:02.000000000 +0100
@@ -34,6 +34,7 @@
#include <linux/delay.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
+#include <linux/suspend.h>
#include <scsi/scsi.h>
#include "scsi.h"
#include "hosts.h"
@@ -2564,6 +2565,8 @@

while (1) {
cond_resched();
+ if (current->flags & PF_FREEZE)
+ refrigerator(PF_IOTHREAD);

timeout = ata_thread_iter(ap);


--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.037 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site