From: Tetsuo Handa Date: Wed, 28 Apr 2010 05:17:42 +0000 (+0900) Subject: TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. X-Git-Tag: v2.6.35-rc1~488^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5d6f7ec3833c0da9cf34fa5c53c6058c5908b6;p=pandora-kernel.git TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. In Ubuntu, security_path_*() hooks are exported to Unionfs. Thus, prepare for being called from inside VFS functions because I'm not sure whether it is safe to use GFP_KERNEL or not. Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed