diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2016-11-14 20:12:55 +0900 |
---|---|---|
committer | Casey Schaufler <casey@schaufler-ca.com> | 2016-11-14 12:55:11 -0800 |
commit | 8c15d66e429afd099b66f05393527c23f85ca41c (patch) | |
tree | dda9eea10b14612ff26af6c671efddfc113810f8 /init/main.c | |
parent | 2e4939f7026f938a1dc81533d020801198562804 (diff) | |
download | linux-stable-8c15d66e429afd099b66f05393527c23f85ca41c.tar.gz linux-stable-8c15d66e429afd099b66f05393527c23f85ca41c.tar.bz2 linux-stable-8c15d66e429afd099b66f05393527c23f85ca41c.zip |
Smack: Use GFP_KERNEL for smack_parse_opts_str().
Since smack_parse_opts_str() is calling match_strdup() which uses
GFP_KERNEL, it is safe to use GFP_KERNEL from kcalloc() which is
called by smack_parse_opts_str().
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Acked-by: Casey Schaufler <casey@schaufler-ca.com>
Diffstat (limited to 'init/main.c')
0 files changed, 0 insertions, 0 deletions