commit | e239ca540594cff00adcce163dc332b27015d8e5 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Sep 30 23:29:27 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:33 2006 -0700 |
tree | 8dfb5c0be4864d738df5a5282e56d9e57ce8261f | |
parent | d6cbd281d189977b38eac7eb2a4678de19b6b483 [diff] |
[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>