From: Kees Cook Date: Wed, 14 Dec 2011 22:39:26 +0000 (-0800) Subject: sched: Mark parent and real_parent as __rcu X-Git-Tag: v3.3-rc1~191^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd63bc3a0f65ae9d85bc3b1bb067d3e3c2b2cc2;p=pandora-kernel.git sched: Mark parent and real_parent as __rcu The parent and real_parent pointers should be considered __rcu, since they should be held under either tasklist_lock or rcu_read_lock. Signed-off-by: Kees Cook Cc: Peter Zijlstra Cc: Paul E. McKenney Cc: Al Viro Link: http://lkml.kernel.org/r/20111214223925.GA27578@www.outflux.net Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed