Don't kick kswapd while hibernating.
commit0f96952e0db3ef96d74e25b83a2feb110ea2e759
authorNigel Cunningham <nigel@suspend2.net>
Mon, 7 May 2007 01:43:32 +0000 (7 11:43 +1000)
committerNigel Cunningham <nigel@suspend2.net>
Mon, 7 May 2007 01:43:58 +0000 (7 11:43 +1000)
tree3e72b9a6428b58672f6e19e01b2827b36384e55c
parentcd780e18b46a80043d78411dd3babaa1862250bd
Don't kick kswapd while hibernating.

Kicking kswapd while hibernating (when Suspend2 tries unsuccessfully to
do high order allocations) seems to be the cause of it going crazy in some
circumstances post-resume. I'm therefore trying inhibiting wake_kswapd from
doing its work while we're hibernating.

Signed-off-by: Nigel Cunningham <nigel@suspend2.net>
mm/vmscan.c