From 8cece85ec744bdc7ea0fc2d33f65b3f031c28468 Mon Sep 17 00:00:00 2001 From: KAMEZAWA Hiroyuki Date: Mon, 28 Apr 2008 02:13:36 -0700 Subject: [PATCH] mm: fix broken gfp_zone with __GFP_THISNODE This hack, "base = MAX_NR_ZONES", at __GFP_THISNODE was used for old zonliests. Now, new zonelist[] have a list for __GFP_THISNODE and this hack is incorrect. Should be removed. Signed-off-by: KAMEZAWA Hiroyuki Cc: Mel Gorman Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed