sched: move rcu_head to task_group struct
authorSrivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Mon, 29 Oct 2007 20:18:11 +0000 (21:18 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Oct 2007 20:18:11 +0000 (21:18 +0100)
commitae8393e508e5f17add66964688c49bf0bfe4fcf9
tree41df1c369499d862b2b4a7896f938fd4d30463b7
parent7bae49d498de87f0da0c20c67adaa278eac84566
sched: move rcu_head to task_group struct

Peter Zijlstra noticed that the rcu_head object need not be present
in every cfs_rq of a group. Move it to the task_group structure
instead.

Signed-off-by: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c