From: Namhyung Kim Date: Tue, 26 Oct 2010 21:22:04 +0000 (-0700) Subject: mm: fix sparse warnings on GFP_ZONE_TABLE/BAD X-Git-Tag: v2.6.37-rc1~105^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b56cf4b8a0fa9acc21bd2ad19839b917999b96;p=pandora-kernel.git mm: fix sparse warnings on GFP_ZONE_TABLE/BAD Introduce ___GFP_* masks in order for gfp_t to not be mixed with plain integers which causes a lot of warnings like the following: warning: restricted gfp_t degrades to integer Signed-off-by: Namhyung Kim Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed