Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 392536b7 authored by Matt Roper's avatar Matt Roper Committed by Tejun Heo
Browse files

cgroup: Update documentation reference



The cgroup_subsys structure references a documentation file that has been
renamed after the v1/v2 split.  Since the v2 documentation doesn't
currently contain any information on kernel interfaces for controllers,
point the user to the v1 docs.

Cc: Tejun Heo <tj@kernel.org>
Cc: linux-doc@vger.kernel.org
Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d51b9dae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -561,7 +561,7 @@ struct cftype {

/*
 * Control Group subsystem type.
 * See Documentation/cgroups/cgroups.txt for details
 * See Documentation/cgroup-v1/cgroups.txt for details
 */
struct cgroup_subsys {
	struct cgroup_subsys_state *(*css_alloc)(struct cgroup_subsys_state *parent_css);