Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8059
b: refs/heads/master
c: 4b5d37a
h: refs/heads/master
i:
  8057: dfde38c
  8055: 01228a1
v: v3
  • Loading branch information
Giancarlo Formicuccia authored and Linus Torvalds committed Sep 9, 2005
1 parent ea644bf commit b58fdec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1299232b5743da454c73853b90b3d2d83dce1737
refs/heads/master: 4b5d37ac02954572e80e09255bb5737277aaee8e
1 change: 1 addition & 0 deletions trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)

/* One for us, one for whoever does the "release_task()" (usually parent) */
atomic_set(&tsk->usage,2);
atomic_set(&tsk->fs_excl, 0);
return tsk;
}

Expand Down

0 comments on commit b58fdec

Please sign in to comment.