]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: fix cgroup_css() invocation in css_from_id()
authorTejun Heo <tj@kernel.org>
Tue, 27 Aug 2013 18:27:23 +0000 (14:27 -0400)
committerTejun Heo <tj@kernel.org>
Tue, 27 Aug 2013 18:27:23 +0000 (14:27 -0400)
commite30781ee43a90a822a3adad7e1a317f2dd1e6260
treee91a885c04d7ba1e1f4024b84591c09698386ee2
parent27fa217ddb059d849be3b00c2154ac42c55eb8b2
cgroup: fix cgroup_css() invocation in css_from_id()

2c67d882d6 ("cgroup: make cgroup_css() take cgroup_subsys * instead
and allow NULL subsys") missed one conversion in css_from_id(), which
was newly added.  As css_from_id() doesn't have any user yet, this
doesn't break anything other than generating a build warning.

Convert it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
kernel/cgroup.c