Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26059
b: refs/heads/master
c: a0aa7f6
h: refs/heads/master
i:
  26057: 2f4614c
  26055: f24583d
v: v3
  • Loading branch information
Jens Axboe committed Apr 20, 2006
1 parent c85608c commit bc8364a
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: 7daac4902053045450fa29db42aba19a4581f850
refs/heads/master: a0aa7f68afeeb92f6274b395177c20e617c8ed2d
1 change: 1 addition & 0 deletions trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
atomic_set(&tsk->usage,2);
atomic_set(&tsk->fs_excl, 0);
tsk->btrace_seq = 0;
tsk->splice_pipe = NULL;
return tsk;
}

Expand Down

0 comments on commit bc8364a

Please sign in to comment.