| Submitter | Tim Gardner |
|---|---|
| Date | March 26, 2012, 6:01 p.m. |
| Message ID | <1332784903-75063-8-git-send-email-tim.gardner@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/148798/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/kernel/kmod.c b/kernel/kmod.c index ca3fda9..1244808 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -189,7 +189,7 @@ static int ____call_usermodehelper(void *data) /* Exec failed? */ fail: sub_info->retval = retval; - do_exit(0); + return 0; } void call_usermodehelper_freeinfo(struct subprocess_info *info)