From: Li Zefan Date: Thu, 24 Jan 2013 06:31:11 +0000 (+0800) Subject: sched: remove redundant NULL cgroup check in task_group_path() X-Git-Tag: v3.9-rc1~157^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a73991b76cbd38c4a0c6704449ccc08c89c3ff3;p=pandora-kernel.git sched: remove redundant NULL cgroup check in task_group_path() A task_group won't be online (thus no one can see it) until cpu_cgroup_css_online(), and at that time tg->css.cgroup has been initialized, so this NULL check is redundant. Signed-off-by: Li Zefan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed