diff options
Diffstat (limited to 'Documentation/cgroup-v1/cgroups.txt')
-rw-r--r-- | Documentation/cgroup-v1/cgroups.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/cgroup-v1/cgroups.txt b/Documentation/cgroup-v1/cgroups.txt index 947e6fe31ef9..308e5ff7207a 100644 --- a/Documentation/cgroup-v1/cgroups.txt +++ b/Documentation/cgroup-v1/cgroups.txt | |||
@@ -2,7 +2,7 @@ | |||
2 | ------- | 2 | ------- |
3 | 3 | ||
4 | Written by Paul Menage <menage@google.com> based on | 4 | Written by Paul Menage <menage@google.com> based on |
5 | Documentation/cgroups/cpusets.txt | 5 | Documentation/cgroup-v1/cpusets.txt |
6 | 6 | ||
7 | Original copyright statements from cpusets.txt: | 7 | Original copyright statements from cpusets.txt: |
8 | Portions Copyright (C) 2004 BULL SA. | 8 | Portions Copyright (C) 2004 BULL SA. |
@@ -72,7 +72,7 @@ On their own, the only use for cgroups is for simple job | |||
72 | tracking. The intention is that other subsystems hook into the generic | 72 | tracking. The intention is that other subsystems hook into the generic |
73 | cgroup support to provide new attributes for cgroups, such as | 73 | cgroup support to provide new attributes for cgroups, such as |
74 | accounting/limiting the resources which processes in a cgroup can | 74 | accounting/limiting the resources which processes in a cgroup can |
75 | access. For example, cpusets (see Documentation/cgroups/cpusets.txt) allow | 75 | access. For example, cpusets (see Documentation/cgroup-v1/cpusets.txt) allow |
76 | you to associate a set of CPUs and a set of memory nodes with the | 76 | you to associate a set of CPUs and a set of memory nodes with the |
77 | tasks in each cgroup. | 77 | tasks in each cgroup. |
78 | 78 | ||