Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8932
b: refs/heads/master
c: fb085cf
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Nyberg authored and Linus Torvalds committed Sep 14, 2005
1 parent 8ed4b7e commit 6accf8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 32a3658533c6f4c6bf370dd730213e802464ef9b
refs/heads/master: fb085cf1d4294824571815d487daccc0609543f0
5 changes: 2 additions & 3 deletions trunk/fs/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,8 @@ static inline int de_thread(struct task_struct *tsk)
}

/*
* Now there are really no other threads at all,
* so it's safe to stop telling them to kill themselves.
* There may be one thread left which is just exiting,
* but it's safe to stop telling the group to kill themselves.
*/
sig->flags = 0;

Expand Down Expand Up @@ -785,7 +785,6 @@ static inline int de_thread(struct task_struct *tsk)
kmem_cache_free(sighand_cachep, oldsighand);
}

BUG_ON(!thread_group_empty(current));
BUG_ON(!thread_group_leader(current));
return 0;
}
Expand Down

0 comments on commit 6accf8a

Please sign in to comment.