From: Andrew Morton Date: Wed, 10 Dec 2014 23:52:13 +0000 (-0800) Subject: fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USER X-Git-Tag: omap-for-v3.19/fixes-rc1~142^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e1ad1a1e23af97419cd8d5adff67fedf7cf169;p=pandora-kernel.git fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USER GFP_USER means "honour cpuset nodes-allowed beancounting". These are regular old kernel objects and there seems no reason to give them this treatment. Acked-by: Mike Frysinger Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed