Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330061
b: refs/heads/master
c: 6c0c0d4
h: refs/heads/master
i:
  330059: cbd3bed
v: v3
  • Loading branch information
hongfeng authored and Linus Torvalds committed Oct 5, 2012
1 parent 5ec80a8 commit e695e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f96972f2dc6365421cf2366ebd61ee4cf060c8d5
refs/heads/master: 6c0c0d4d1080840eabb3d055d2fd81911111c5fd
2 changes: 1 addition & 1 deletion trunk/kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ static int __orderly_poweroff(void)
return -ENOMEM;
}

ret = call_usermodehelper_fns(argv[0], argv, envp, UMH_NO_WAIT,
ret = call_usermodehelper_fns(argv[0], argv, envp, UMH_WAIT_EXEC,
NULL, argv_cleanup, NULL);
if (ret == -ENOMEM)
argv_free(argv);
Expand Down

0 comments on commit e695e94

Please sign in to comment.