]> git.baikalelectronics.ru Git - kernel.git/commit
call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure
authorOleg Nesterov <oleg@redhat.com>
Wed, 26 May 2010 21:43:05 +0000 (14:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 May 2010 16:12:45 +0000 (09:12 -0700)
commit18dbf9c9ea946130d8d04a09cade800a1ac204aa
tree19bc8690113dd6ded88d465a0777cb8bf7e33262
parent398feba6dbc1058426721b8c07089d6280fbb179
call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure

UMH_WAIT_EXEC should report the error if kernel_thread() fails, like
UMH_WAIT_PROC does.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kmod.c