From: Andi Kleen Date: Sun, 1 Oct 2006 06:29:27 +0000 (-0700) Subject: [PATCH] Create call_usermodehelper_pipe() X-Git-Tag: v2.6.19-rc1~504 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e239ca540594cff00adcce163dc332b27015d8e5;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed