From: Jianyu Zhan Date: Fri, 25 Apr 2014 22:28:03 +0000 (-0400) Subject: cgroup: clean up obsolete comment for parse_cgroupfs_options() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~81^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0edc04e702fc07d29621f9e361b9120a7594d0;p=pandora-kernel.git cgroup: clean up obsolete comment for parse_cgroupfs_options() 1d5be6b287c8efc87 ("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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed