The patch titled cpuset: remove extra cpuset_zone_allowed check in __alloc_pages has been removed from the -mm tree. Its filename is cpuset-remove-extra-cpuset_zone_allowed-check-in-__alloc_pages.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 --- a/mm/page_alloc.c~cpuset-remove-extra-cpuset_zone_allowed-check-in-__alloc_pages +++ a/mm/page_alloc.c @@ -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 proc-cleanup-proc_fd_access_allowed.patch selinux-add-sockcreate-node-to-procattr-api.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