]> git.baikalelectronics.ru Git - kernel.git/commit
usermodehelper: kill umh_wait, renumber UMH_* constants
authorOleg Nesterov <oleg@redhat.com>
Fri, 23 Mar 2012 22:02:48 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:41 +0000 (16:58 -0700)
commit8b75afb86f5f57e1c31b80cfb11200869eeef27e
tree24170ff64fb83221da133e2afb53f58e840a6eee
parent500a1a3dbd35f8cff61461e025d11541fbbb3e05
usermodehelper: kill umh_wait, renumber UMH_* constants

No functional changes.  It is not sane to use UMH_KILLABLE with enum
umh_wait, but obviously we do not want another argument in
call_usermodehelper_* helpers.  Kill this enum, use the plain int.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Tejun Heo <tj@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kmod.h
kernel/kmod.c
security/keys/request_key.c