[patch] no disk yoyo for -mm

From: Pavel Machek
Date: Thu Jul 21 2005 - 14:23:46 EST


From: Michal Schmidt <xschmi00@xxxxxxxxxxxxxxxxxx>

The attached patch stops the disks from spinning down and up on
suspend. The patch applies to 2.6.13-rc3-mm1 (depends on
pm_message_t being struct).

Signed-off-by: Michal Schmidt <xschmi00@xxxxxxxxxxxxxxxxxx>

---
commit 3d1f9a53dcf4a73934daeb878493ed512fd78407
tree 53c0d3101fa18fbfeae3dd0a4214428319dace99
parent c21641336d5c83a41d15cdb34f18413f2b8217fd
author <pavel@amd.(none)> Thu, 21 Jul 2005 21:20:05 +0200
committer <pavel@amd.(none)> Thu, 21 Jul 2005 21:20:05 +0200

drivers/ide/ide-io.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -150,7 +150,7 @@ static void ide_complete_power_step(ide_

switch (rq->pm->pm_step) {
case ide_pm_flush_cache: /* Suspend step 1 (flush cache) complete */
- if (rq->pm->pm_state == 4)
+ if (rq->pm->pm_state == PM_EVENT_FREEZE)
rq->pm->pm_step = ide_pm_state_completed;
else
rq->pm->pm_step = idedisk_pm_standby;

--
teflon -- maybe it is a trademark, but it should not be.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/