sched: Mark parent and real_parent as __rcu
[deliverable/linux.git] / include / linux / sched.h
index cc8c6206657f8d8ed5ee8373edaa492b38d63a8d..5ef09012a629976b6e2ab6d3c248ff0a05dcafdd 100644 (file)
@@ -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
         */
This page took 0.02531 seconds and 5 git commands to generate.