Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333920
b: refs/heads/master
c: fb45550
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Oct 12, 2012
1 parent 9baba68 commit 0d6b7f5
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: d6b2123802d2b7eee8c62cd0ebd73e8636cbb068
refs/heads/master: fb45550d76bb584857cf0ea3be79fa78207a3cff
4 changes: 2 additions & 2 deletions trunk/kernel/kmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static int ____call_usermodehelper(void *data)
/* Exec failed? */
fail:
sub_info->retval = retval;
return 0;
do_exit(0);
}

static int call_helper(void *data)
Expand Down Expand Up @@ -292,7 +292,7 @@ static int wait_for_helper(void *data)
}

umh_complete(sub_info);
return 0;
do_exit(0);
}

/* This is run by khelper thread */
Expand Down

0 comments on commit 0d6b7f5

Please sign in to comment.