mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Suspend2 Merge: Supress various actions/errors while suspending [3/5]
@ 2004-09-16 23:51 Nigel Cunningham
  0 siblings, 0 replies; only message in thread
From: Nigel Cunningham @ 2004-09-16 23:51 UTC (permalink / raw)
  To: Andrew Morton, Linux Kernel Mailing List

Hi.

Patch 3: Disable page alloc warnings while suspending.

Regards,

Nigel

diff -ruN linux-2.6.9-rc1/mm/page_alloc.c software-suspend-linux-2.6.9-rc1-rev3/mm/page_alloc.c
--- linux-2.6.9-rc1/mm/page_alloc.c	2004-09-07 21:59:01.000000000 +1000
+++ software-suspend-linux-2.6.9-rc1-rev3/mm/page_alloc.c	2004-09-09 19:36:24.000000000 +1000
@@ -731,6 +763,10 @@
 
 nopage:
 	if (!(gfp_mask & __GFP_NOWARN) && printk_ratelimit()) {
+#ifdef CONFIG_SOFTWARE_SUSPEND2
+		if (software_suspend_state & SOFTWARE_SUSPEND_RUNNING)
+			return NULL;
+#endif
 		printk(KERN_WARNING "%s: page allocation failure."
 			" order:%d, mode:0x%x\n",
 			p->comm, order, gfp_mask);

-- 
Nigel Cunningham
Pastoral Worker
Christian Reformed Church of Tuggeranong
PO Box 1004, Tuggeranong, ACT 2901

Many today claim to be tolerant. True tolerance, however, can cope with others
being intolerant.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-16 23:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-16 23:51 [PATCH] Suspend2 Merge: Supress various actions/errors while suspending [3/5] Nigel Cunningham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome