]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: clean up obsolete comment for parse_cgroupfs_options()
authorJianyu Zhan <nasa4836@gmail.com>
Fri, 25 Apr 2014 22:28:03 +0000 (18:28 -0400)
committerTejun Heo <tj@kernel.org>
Fri, 25 Apr 2014 22:28:03 +0000 (18:28 -0400)
commit73b180904e53785a97d3b5ef3a600b94728c5d5b
tree91b5014154b01dec619882aeaa095715ed22700d
parent7ce176dd4ff7f4290d63a1990cbfab7b455e3d8b
cgroup: clean up obsolete comment for parse_cgroupfs_options()

c2168f13db3f0cf93 ("cgroup: move module ref handling into
rebind_subsystems()") makes parse_cgroupfs_options() no longer takes
refcounts on subsystems.

And unified hierachy makes parse_cgroupfs_options not need to call
with cgroup_mutex held to protect the cgroup_subsys[].

So this patch removes BUG_ON() and the comment.  As the comment
doesn't contain useful information afterwards, the whole comment is
removed.

Signed-off-by: Jianyu Zhan <nasa4836@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c