From: Stephen Smalley Date: Wed, 1 Feb 2006 11:05:55 +0000 (-0800) Subject: [PATCH] selinux: change file_alloc_security to use GFP_KERNEL X-Git-Tag: v2.6.16-rc2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d2a4be6a56eec575dac651f6606756a971f0fb;p=pandora-kernel.git [PATCH] selinux: change file_alloc_security to use GFP_KERNEL This patch changes the SELinux file_alloc_security function to use GFP_KERNEL rather than GFP_ATOMIC; the use of GFP_ATOMIC appears to be a remnant of when this function was being called with the files_lock spinlock held, and is no longer necessary. Please apply. Signed-off-by: Stephen Smalley Acked-by: James Morris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed