mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
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 commit3ed80a6("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 commit073219e("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>
This commit is contained in:
parent
4ad5a3217a
commit
d51b9dae2e
1 changed files with 1 additions and 6 deletions
Loading…
Add table
Add a link
Reference in a new issue