From: Wanlong Gao Date: Wed, 7 Mar 2012 14:17:13 +0000 (+0800) Subject: SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback X-Git-Tag: v3.5-rc1~161^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b36e44cc680b355f0d1b34002b2a10c9e1cae60;p=pandora-kernel.git SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback avc_add_callback now only called from initcalls, so replace the weak GFP_ATOMIC to GFP_KERNEL, and mark this function __init to make a warning when not been called from initcalls. Signed-off-by: Wanlong Gao Signed-off-by: Eric Paris --- Reading git-diff-tree failed