diff options
author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | 2011-07-23 10:38:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-23 10:58:08 -0700 |
commit | 9fd615f466f6a463ebe05f04b2684cccc65c5317 (patch) | |
tree | de10160aa01ce261ba597ffe7ddc2bad3b216c81 /Documentation/cgroups | |
parent | e47f9d84eec63484ae09f8c5b78ef605efa984a0 (diff) | |
download | linux-stable-9fd615f466f6a463ebe05f04b2684cccc65c5317.tar.gz linux-stable-9fd615f466f6a463ebe05f04b2684cccc65c5317.tar.bz2 linux-stable-9fd615f466f6a463ebe05f04b2684cccc65c5317.zip |
Documentation: fix ambigous text for root cpuset
Only the root cpuset has cpuset.memory_pressure_enabled flag,
but not the only one.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/cgroups')
-rw-r--r-- | Documentation/cgroups/cpusets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroups/cpusets.txt b/Documentation/cgroups/cpusets.txt index 5b0d78e55ccc..5c51ed406d1d 100644 --- a/Documentation/cgroups/cpusets.txt +++ b/Documentation/cgroups/cpusets.txt @@ -180,7 +180,7 @@ files describing that cpuset: - cpuset.sched_load_balance flag: if set, load balance within CPUs on that cpuset - cpuset.sched_relax_domain_level: the searching range when migrating tasks -In addition, the root cpuset only has the following file: +In addition, only the root cpuset has the following file: - cpuset.memory_pressure_enabled flag: compute memory_pressure? New cpusets are created using the mkdir system call or shell |