Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277402
b: refs/heads/master
c: abd63bc
h: refs/heads/master
v: v3
  • Loading branch information
Kees Cook authored and Ingo Molnar committed Dec 15, 2011
1 parent 6873678 commit 93e49f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 6a54aebf6978e9f296a4d3da3e40af425163c22e
refs/heads/master: abd63bc3a0f65ae9d85bc3b1bb067d3e3c2b2cc2
4 changes: 2 additions & 2 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -1330,8 +1330,8 @@ struct task_struct {
* older sibling, respectively. (p->father can be replaced with
* p->real_parent->pid)
*/
struct task_struct *real_parent; /* real parent process */
struct task_struct *parent; /* recipient of SIGCHLD, wait4() reports */
struct task_struct __rcu *real_parent; /* real parent process */
struct task_struct __rcu *parent; /* recipient of SIGCHLD, wait4() reports */
/*
* children/sibling forms the list of my natural children
*/
Expand Down

0 comments on commit 93e49f1

Please sign in to comment.