]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kmod: convert two call sites to call_usermodehelper_fns()
authorBoaz Harrosh <bharrosh@panasas.com>
Thu, 3 May 2012 05:44:36 +0000 (15:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:53 +0000 (15:46 +1000)
commit1b3872ff6b4d0378d766db88572ecd7b022c12ce
tree8d47884358e64d5d75ff23a3ff2b7be3e556a905
parentc9a0a5e0bf8d10de255d6e086e1916214d010b9e
kmod: convert two call sites to call_usermodehelper_fns()

Both kernel/sys.c && security/keys/request_key.c where inlining the exact
same code as call_usermodehelper_fns(); So simply convert these sites to
directly use call_usermodehelper_fns().

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/sys.c
security/keys/request_key.c