]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kmod: convert two call sites to call_usermodehelper_fns()
authorBoaz Harrosh <bharrosh@panasas.com>
Wed, 25 Apr 2012 01:04:40 +0000 (11:04 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:37 +0000 (15:17 +1000)
commitee63b6fd43b9515a33b0d6ebcc7ff8cba9941ccf
tree6a0e4d5184751555ef5aa4351d002991d4e0bd05
parentb46c15b854fac24e5c0e9687a49bc58da41f5925
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