From: Lucas De Marchi Date: Tue, 30 Apr 2013 22:28:07 +0000 (-0700) Subject: usermodehelper: split remaining calls to call_usermodehelper_fns() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~88^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907ed1328d2a748f3d6028503d3e04c74ea62730;p=pandora-kernel.git usermodehelper: split remaining calls to call_usermodehelper_fns() These are the only users of call_usermodehelper_fns(). This function suffers from not being able to determine if the cleanup is called. Even if in this places the cleanup pointer is NULL, convert them to use the separate call_usermodehelper_setup() + call_usermodehelper_exec() functions so we can remove the _fns variant. Signed-off-by: Lucas De Marchi Cc: Oleg Nesterov Cc: David Howells Cc: James Morris Cc: Al Viro Cc: Tejun Heo Cc: "Rafael J. Wysocki" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed