commit | 4e5d6f7ec3833c0da9cf34fa5c53c6058c5908b6 | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Wed Apr 28 14:17:42 2010 +0900 |
committer | James Morris <jmorris@namei.org> | Thu May 06 00:50:43 2010 +1000 |
tree | 5c0db5bfcdcb1b07594f20054cc6eefe05161c9a | |
parent | a674fa46c79ffa37995bd1c8e4daa2b3be5a95ae [diff] |
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 <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org>