Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207209
b: refs/heads/master
c: 4358997
h: refs/heads/master
i:
  207207: 2006059
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Aug 10, 2010
1 parent 19a2ae0 commit e41414d
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: 7b98c2e402eaa1f2beec18b1bde17f74948a19db
refs/heads/master: 4358997ae38a1901498d128d6508119d9f318b36
2 changes: 1 addition & 1 deletion trunk/mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ static int oom_kill_process(struct task_struct *p, gfp_t gfp_mask, int order,
* its children or threads, just set TIF_MEMDIE so it can die quickly
*/
if (p->flags & PF_EXITING) {
__oom_kill_task(p, 0);
set_tsk_thread_flag(p, TIF_MEMDIE);
return 0;
}

Expand Down

0 comments on commit e41414d

Please sign in to comment.