All of lore.kernel.org
 help / color / mirror / Atom feed
* suspend.c: This is broken, fixme
@ 2002-06-03  9:55 Pavel Machek
  2002-06-03 11:08 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2002-06-03  9:55 UTC (permalink / raw)
  To: kernel list

Hi!

I found this in 2.5.20...

--- a/kernel/suspend.c  Sun Jun  2 18:44:56 2002
+++ b/kernel/suspend.c  Sun Jun  2 18:44:56 2002
@@ -64,6 +64,7 @@
 #include <asm/mmu_context.h>
 #include <asm/pgtable.h>
 #include <asm/io.h>
+#include <linux/swapops.h>

 unsigned char software_suspend_enabled = 0;

@@ -300,7 +301,8 @@
 static void do_suspend_sync(void)
 {
        while (1) {
-               run_task_queue(&tq_disk);
+               blk_run_queues();
+#error this is broken, FIXME
                if (!TQ_ACTIVE(tq_disk))
                        break;

. Why is it broken?
									Pavel
-- 
(about SSSCA) "I don't say this lightly.  However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-06-03 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-03  9:55 suspend.c: This is broken, fixme Pavel Machek
2002-06-03 11:08 ` Jens Axboe
2002-06-03 11:32   ` Pavel Machek
2002-06-03 11:35     ` Jens Axboe
2002-06-03 12:13       ` Pavel Machek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.