Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40415
b: refs/heads/master
c: d7c3f5f
h: refs/heads/master
i:
  40413: b8c7f9a
  40411: 1ad6067
  40407: 898ba72
  40399: 747620e
  40383: 346ccad
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Oct 28, 2006
1 parent 0c89d2f commit e52ecc3
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: a98b6094261c0112e9c455c96995972181bff049
refs/heads/master: d7c3f5f231c60d7e6ada5770b536df2b3ec1bd08
2 changes: 1 addition & 1 deletion trunk/kernel/taskstats.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static int fill_tgid(pid_t tgid, struct task_struct *first,

tsk = first;
do {
if (tsk->exit_state == EXIT_ZOMBIE && thread_group_leader(tsk))
if (tsk->exit_state)
continue;
/*
* Accounting subsystem can call its functions here to
Expand Down

0 comments on commit e52ecc3

Please sign in to comment.