Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 595
b: refs/heads/master
c: c06fec5
h: refs/heads/master
i:
  593: 7823bf4
  591: 5e11813
v: v3
  • Loading branch information
Linus Torvalds committed Apr 29, 2005
1 parent f79281d commit b73e6b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 42d4dc3f4e1ec1396371aac89d0dccfdd977191b
refs/heads/master: c06fec5022ebe014af876da2df4a0eee836e97c8
2 changes: 0 additions & 2 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,6 @@ static inline void choose_new_parent(task_t *p, task_t *reaper, task_t *child_re
*/
BUG_ON(p == reaper || reaper->exit_state >= EXIT_ZOMBIE);
p->real_parent = reaper;
if (p->parent == p->real_parent)
BUG();
}

static inline void reparent_thread(task_t *p, task_t *father, int traced)
Expand Down

0 comments on commit b73e6b5

Please sign in to comment.