On 10/30/2012 03:18 PM, Mel Gorman wrote:

  restart:
-       wake_all_kswapd(order, zonelist, high_zoneidx,
+       /*
+        * kswapd is woken except when this is a THP request and compaction
+        * is deferred. If we are backing off reclaim/compaction then kswapd
+        * should not be awake aggressively reclaiming with no consumers of
+        * the freed pages
+        */
+       if (!(is_thp_alloc(gfp_mask, order) &&
+             compaction_deferred(preferred_zone, order)))
+               wake_all_kswapd(order, zonelist, high_zoneidx,
                                        zone_idx(preferred_zone));

What is special about thp allocations here?

Surely other large allocations that keep failing
should get the same treatment, of not waking up
kswapd if compaction is deferred?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to