cgroup: Update documentation reference
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 29 Dec 2017 20:02:00 +0000 (12:02 -0800)
committerTejun Heo <tj@kernel.org>
Tue, 2 Jan 2018 14:59:52 +0000 (06:59 -0800)
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>
include/linux/cgroup-defs.h

index 8b7fd8e..9f242b8 100644 (file)
@@ -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);