Documentation/cgroup-v1: fix outdated programming details
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 29 Dec 2017 20:01:59 +0000 (12:01 -0800)
committerTejun Heo <tj@kernel.org>
Tue, 2 Jan 2018 14:59:35 +0000 (06:59 -0800)
commitd51b9dae2eb3b7b0c90dd0fd9ccd66d6934e9d8f
treee8a918d694082827109251136e71022753031066
parent4ad5a3217a193e933bc41168b000672417486c87
Documentation/cgroup-v1: fix outdated programming details

The cgroup-v1 documentation is out of date in a few places:

 * cgroup controllers can no longer be compiled as modules since commit
   3ed80a6 ("cgroup: drop module support"); the functions and fields
   referenced here no longer exist.

 * Controllers need to create of a cgroup_subsys object named
   "<name>_cgrp_subsys" instead of "<name>_subsys" since commit
   073219e ("cgroup: clean up cgroup_subsys names and initialization")

Cc: Tejun Heo <tj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/cgroup-v1/cgroups.txt