summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup-defs.h
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2017-12-29 12:02:00 -0800
committerTejun Heo <tj@kernel.org>2018-01-02 06:59:52 -0800
commit392536b731cfe82eea414f4b09c128ef37cd477e (patch)
treec71eb79cf31cf170abd7c493acd9b82f871f01d3 /include/linux/cgroup-defs.h
parentd51b9dae2eb3b7b0c90dd0fd9ccd66d6934e9d8f (diff)
downloadop-kernel-dev-392536b731cfe82eea414f4b09c128ef37cd477e.zip
op-kernel-dev-392536b731cfe82eea414f4b09c128ef37cd477e.tar.gz
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: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup-defs.h')
-rw-r--r--include/linux/cgroup-defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h
index 8b7fd8e..9f242b8 100644
--- a/include/linux/cgroup-defs.h
+++ b/include/linux/cgroup-defs.h
@@ -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);
OpenPOWER on IntegriCloud