The patch titled cpuset: remove extra cpuset_zone_allowed check in __alloc_pages has been added to the -mm tree. Its filename is cpuset-remove-extra-cpuset_zone_allowed-check-in-__alloc_pages.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: cpuset: remove extra cpuset_zone_allowed check in __alloc_pages From: Chris Wright <chrisw@xxxxxxxxxxxx> This is redundant with check in wakeup_kswapd. Signed-off-by: Chris Wright <chrisw@xxxxxxxxxxxx> Acked-by: Paul Jackson <pj@xxxxxxx> Acked-by: Christoph Lameter <clameter@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/page_alloc.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN mm/page_alloc.c~cpuset-remove-extra-cpuset_zone_allowed-check-in-__alloc_pages mm/page_alloc.c --- 25/mm/page_alloc.c~cpuset-remove-extra-cpuset_zone_allowed-check-in-__alloc_pages Wed May 24 12:21:37 2006 +++ 25-akpm/mm/page_alloc.c Wed May 24 12:21:37 2006 @@ -957,8 +957,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)); /* _ Patches currently in -mm which might be from chrisw@xxxxxxxxxxxx are origin.patch x86-increase-interrupt-vector-range.patch remove-steal_locks.patch cpuset-remove-extra-cpuset_zone_allowed-check-in-__alloc_pages.patch proc-cleanup-proc_fd_access_allowed.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html