]> git.baikalelectronics.ru Git - kernel.git/commit
make GFP_NOTRACK definition unconditional
authorGlauber Costa <glommer@parallels.com>
Mon, 8 Oct 2012 23:33:52 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Oct 2012 07:23:01 +0000 (16:23 +0900)
commiteccde6e4eac8a766d8ef10cf27ede521bd7365b6
treea1ce3f4b196756ac2850b47714f5a1dac6ce52ea
parentdd855fd48e003057507559d4e22b36eab2e6b4c2
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 <glommer@parallels.com>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Mel Gorman <mgorman@suse.de>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/gfp.h