commit | eab172294d5e24464f332dd8e94a57a9819c81c4 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Wed Oct 29 17:03:22 2008 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Oct 29 11:53:26 2008 +0100 |
tree | f8f577d52aa83b76cd7f044a8327f236bb35f835 | |
parent | e946217e4fdaa67681bbabfa8e6b18641921f750 [diff] |
sched: cleanup for alloc_rt/fair_sched_group() Impact: cleanup Remove checking parent == NULL. It won't be NULLL, because we dynamically create sub task_group only, and sub task_group always has its parent. (root task_group is statically defined) Also replace kmalloc_node(GFP_ZERO) with kzalloc_node(). Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>