This is redundant with check in wakeup_kswapd. Signed-off-by: Chris Wright <[email protected]> --- mm/page_alloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -951,8 +951,7 @@ restart: goto got_pg; do { - if (cpuset_zone_allowed(*z, gfp_mask|__GFP_HARDWALL)) - wakeup_kswapd(*z, order); + wakeup_kswapd(*z, order); } while (*(++z)); /* - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages
- From: Christoph Lameter <[email protected]>
- Re: [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages
- From: Paul Jackson <[email protected]>
- Re: [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages
- References:
- Re: cpusets: only wakeup kswapd for zones in the current cpuset
- From: Paul Jackson <[email protected]>
- Re: cpusets: only wakeup kswapd for zones in the current cpuset
- From: Christoph Lameter <[email protected]>
- Re: cpusets: only wakeup kswapd for zones in the current cpuset
- From: Paul Jackson <[email protected]>
- Re: cpusets: only wakeup kswapd for zones in the current cpuset
- From: Christoph Lameter <[email protected]>
- Re: cpusets: only wakeup kswapd for zones in the current cpuset
- Prev by Date: Re: ASUS A8V Deluxe, x86_64
- Next by Date: Re: [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages
- Previous by thread: Re: cpusets: only wakeup kswapd for zones in the current cpuset
- Next by thread: Re: [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages
- Index(es):