From: Boaz Harrosh Date: Thu, 31 May 2012 23:26:15 +0000 (-0700) Subject: kmod: convert two call sites to call_usermodehelper_fns() X-Git-Tag: v3.5-rc1~21^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ab6e7b26b453a795d46f2616ed0e31d97f05b9;p=pandora-kernel.git 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 Cc: Oleg Nesterov Cc: Tetsuo Handa Cc: Ingo Molnar Cc: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed