From: Glauber Costa Date: Mon, 8 Oct 2012 23:33:52 +0000 (-0700) Subject: make GFP_NOTRACK definition unconditional X-Git-Tag: v3.7-rc1~74^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e648ebe076390018c317881d7d926f24d7bac6b;p=pandora-kernel.git make GFP_NOTRACK definition unconditional There was a general sentiment in a recent discussion (See https://lkml.org/lkml/2012/9/18/258) that the __GFP flags should be defined unconditionally. Currently, the only offender is GFP_NOTRACK, which is conditional to KMEMCHECK. Signed-off-by: Glauber Costa Acked-by: Christoph Lameter Cc: Mel Gorman Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed