]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cgroup: remove bind() method from cgroup_subsys.
authorRami Rosen <ramirose@gmail.com>
Wed, 10 Apr 2013 11:41:17 +0000 (14:41 +0300)
committerTejun Heo <tj@kernel.org>
Wed, 10 Apr 2013 17:46:59 +0000 (10:46 -0700)
commit84cfb6ab484b442d5115eb3baf9db7d74a3ea626
tree3a3d52372b7b6f0e42662103baa8f0ef24789bf2
parent8adf12b0ffd0a10340bab355e586f8533a69630d
cgroup: remove bind() method from cgroup_subsys.

The bind() method of cgroup_subsys is not used in any of the
controllers (cpuset, freezer, blkio, net_cls, memcg, net_prio,
devices, perf, hugetlb, cpu and cpuacct)

tj: Removed the entry on ->bind() from
    Documentation/cgroups/cgroups.txt.  Also updated a couple
    paragraphs which were suggesting that dynamic re-binding may be
    implemented.  It's not gonna.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/cgroups/cgroups.txt
include/linux/cgroup.h
kernel/cgroup.c