Re: FYI: My current suspend bigdiff
From: Pavel Machek (pavel_at_ucw.cz)
Date: 11/30/03
- Previous message: Craig Bradney: "Re: Silicon Image 3112A SATA trouble"
- Maybe in reply to: Pavel Machek: "FYI: My current suspend bigdiff"
- Next in thread: Jens Axboe: "Re: FYI: My current suspend bigdiff"
- Reply: Jens Axboe: "Re: FYI: My current suspend bigdiff"
- Reply: Prakash K. Cheemplavam: "Re: FYI: My current suspend bigdiff"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Nov 2003 18:18:33 +0100 To: "Prakash K. Cheemplavam" <prakashpublic@gmx.de>, kernel list <linux-kernel@vger.kernel.org>, jgarzik@pobox.com
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/
- Previous message: Craig Bradney: "Re: Silicon Image 3112A SATA trouble"
- Maybe in reply to: Pavel Machek: "FYI: My current suspend bigdiff"
- Next in thread: Jens Axboe: "Re: FYI: My current suspend bigdiff"
- Reply: Jens Axboe: "Re: FYI: My current suspend bigdiff"
- Reply: Prakash K. Cheemplavam: "Re: FYI: My current suspend bigdiff"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|