Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126271
b: refs/heads/master
c: 6034880
h: refs/heads/master
i:
  126269: 8c8009c
  126267: 4aed43f
  126263: a9c0bfc
  126255: c745e69
  126239: f570141
  126207: 430159b
v: v3
  • Loading branch information
Zhaolei authored and Linus Torvalds committed Jan 6, 2009
1 parent 780922e commit 7491989
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: f1883f86dea84fe47a71a39fc1afccc005915ed8
refs/heads/master: 60348802e9cb137ee86590c3e4c57c1ec2e8fc69
2 changes: 1 addition & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk)
{
struct sighand_struct *sig;

if (clone_flags & (CLONE_SIGHAND | CLONE_THREAD)) {
if (clone_flags & CLONE_SIGHAND) {
atomic_inc(&current->sighand->count);
return 0;
}
Expand Down

0 comments on commit 7491989

Please sign in to comment.