augment comment
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Colin Cross <ccross@android.com>
Cc: David Rientjes <rientjes@google.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
}
/*
- * Suspend converts GFP_KERNEL to __GFP_WAIT which can
- * prevent reclaim making forward progress without
- * invoking OOM. Bail if we are suspending
+ * Suspend converts GFP_KERNEL to __GFP_WAIT which can prevent
+ * reclaim making forward progress without invoking OOM.
+ * Suspend also disables storage devices so kswapd cannot save
+ * us. Bail if we are suspending.
*/
if (pm_suspending())
goto nopage;