[PATCH] Create call_usermodehelper_pipe()
authorAndi Kleen <ak@suse.de>
Sun, 1 Oct 2006 06:29:27 +0000 (23:29 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:33 +0000 (00:39 -0700)
commite239ca540594cff00adcce163dc332b27015d8e5
tree8dfb5c0be4864d738df5a5282e56d9e57ce8261f
parentd6cbd281d189977b38eac7eb2a4678de19b6b483
[PATCH] Create call_usermodehelper_pipe()

A new member in the ever growing family of call_usermode* functions is
born.  The new call_usermodehelper_pipe() function allows to pipe data to
the stdin of the called user mode progam and behaves otherwise like the
normal call_usermodehelp() (except that it always waits for the child to
finish)

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/kmod.h
kernel/kmod.c