From: Bob Liu Date: Mon, 24 May 2010 21:32:00 +0000 (-0700) Subject: mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist() X-Git-Tag: v2.6.35-rc1~399 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb27e1fdf5781719a3d2e90e6c89fa012135c62;p=pandora-kernel.git mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist() In policy_zonelist() mode MPOL_INTERLEAVE shouldn't happen, so fall through to BUG() instead of break to return. I also fixed the comment. Signed-off-by: Bob Liu Acked-by: David Rientjes Cc: Andi Kleen Cc: Lee Schermerhorn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed