X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fkmod.c;h=c6a4f8aebeba5c8a74a6bfc063e4ad08c3f14792;hb=ab63a633cf072c719f885e46fa4814624312f672;hp=9809cc1f33d6c030e63fa2cc9092b4ee608459e5;hpb=2f63251ed0a803ddbe7bf2577b69d467aa872f68;p=linux-2.6 diff --git a/kernel/kmod.c b/kernel/kmod.c index 9809cc1f33..c6a4f8aebe 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -505,7 +505,7 @@ int call_usermodehelper_pipe(char *path, char **argv, char **envp, if (ret < 0) goto out; - return call_usermodehelper_exec(sub_info, 1); + return call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC); out: call_usermodehelper_freeinfo(sub_info);