Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33634
b: refs/heads/master
c: d015bae
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Aug 27, 2006
1 parent c790628 commit 4ad4478
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: 533475d3d48eb839be2b57f6b020150abae91063
refs/heads/master: d015baebba44613ef59ddffeae2114fa4ede7104
2 changes: 1 addition & 1 deletion trunk/kernel/futex.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ static struct task_struct * futex_find_get_task(pid_t pid)
p = NULL;
goto out_unlock;
}
if (p->state == EXIT_ZOMBIE || p->exit_state == EXIT_ZOMBIE) {
if (p->exit_state != 0) {
p = NULL;
goto out_unlock;
}
Expand Down

0 comments on commit 4ad4478

Please sign in to comment.