From: Linus Torvalds Date: Fri, 28 Mar 2008 03:56:33 +0000 (-0700) Subject: Revert "SLUB: remove useless masking of GFP_ZERO" X-Git-Tag: v2.6.25-rc8~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72e9c23ee025a4c063ca112ba0a6059f9ecc9b7;p=pandora-kernel.git Revert "SLUB: remove useless masking of GFP_ZERO" This reverts commit 3811dbf67162bd08412f1b0e02e554f353e93bdb. The masking was not at all useless, and it was sensible. We handle GFP_ZERO in the caller, and passing it down to any page allocator logic is buggy and wrong. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed