Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198743
b: refs/heads/master
c: 04b1c38
h: refs/heads/master
i:
  198741: 7b87274
  198739: 6464a23
  198735: 120599c
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed May 27, 2010
1 parent fd50936 commit 8feeb6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d47419cd967a4f032a194148a7b08afad32faded
refs/heads/master: 04b1c384fbc4e0209e5c1affb67050886376d44b
4 changes: 2 additions & 2 deletions trunk/kernel/kmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ static void __call_usermodehelper(struct work_struct *work)
case UMH_WAIT_PROC:
if (pid > 0)
break;
sub_info->retval = pid;
/* FALLTHROUGH */

case UMH_WAIT_EXEC:
if (pid < 0)
sub_info->retval = pid;
complete(sub_info->complete);
}
}
Expand Down

0 comments on commit 8feeb6e

Please sign in to comment.