| Submitter | Tim Gardner |
|---|---|
| Date | March 26, 2012, 1:28 a.m. |
| Message ID | <1332725337-58475-5-git-send-email-tim.gardner@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/148617/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/kernel/kmod.c b/kernel/kmod.c index 8a65e78..2cca9ee 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -186,7 +186,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)