Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43b0bc00 authored by Chris Wright's avatar Chris Wright Committed by Linus Torvalds
Browse files

[PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages



This is redundant with check in wakeup_kswapd.

Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
Acked-by: default avatarPaul Jackson <pj@sgi.com>
Acked-by: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dc851a0f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -957,7 +957,6 @@ restart:
		goto got_pg;

	do {
		if (cpuset_zone_allowed(*z, gfp_mask|__GFP_HARDWALL))
		wakeup_kswapd(*z, order);
	} while (*(++z));