cgroup: remove bcache_subsys_id which got added stealthily
authorTejun Heo <tj@kernel.org>
Tue, 9 Jul 2013 23:17:39 +0000 (16:17 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 9 Jul 2013 23:30:35 +0000 (16:30 -0700)
commitadd0c59d802e6118e51e21244c3871be35164e4b
tree3059bc2b0cd06a6e094a34474aaa7fc4920e028d
parenta82a729f04232ccd0b59406574ba4cf20027a49d
cgroup: remove bcache_subsys_id which got added stealthily

cafe563591 ("bcache: A block layer cache") added a new cgroup
subsystem bcache_subsys without proper review and ack.  bcache_subsys
seems to use cgroup for group stats and per-group cache_mode
configuration.  This is very much the type of usage that we don't want
to allow.

Fortunately, CONFIG_CGROUP_BCACHE which enables bcache_subsys is
currently commented out, so this shouldn't have any upstream users.
Let's nip in the bud.  While at it, clarify in cgroup_subsys.h that no
new subsystem should be added without explicit acks from cgroup
maintainers.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Li Zefan <lizefan@huawei.com>
Cc: cgroups@vger.kernel.org
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-bcache@vger.kernel.org
include/linux/cgroup_subsys.h