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)
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>

No differences found