diff options
author | W. Trevor King <wking@tremily.us> | 2017-01-12 14:24:27 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-13 11:04:45 -0700 |
commit | 43d8808b0820df056e7cfc7cc374d5a20fd37546 (patch) | |
tree | e69698360a5b1afbbcb890eb9a902bfe6eb06b2d /Documentation/cgroup-v1 | |
parent | e57ae44a584f6d574b45d40a036b8c7ddd5d0feb (diff) | |
download | linux-43d8808b0820df056e7cfc7cc374d5a20fd37546.tar.gz linux-43d8808b0820df056e7cfc7cc374d5a20fd37546.tar.bz2 linux-43d8808b0820df056e7cfc7cc374d5a20fd37546.zip |
Documentation: cpuset: Fix 'cpuset.tasks' -> 'tasks'
This looks like it was accidentally caught up in e21a05cb (doc:
cpuset: Update the cpuset flag file, 2010-02-24).
While I'm touching the line, also fix the posessive "cpusets" ->
"cpuset's".
Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/cgroup-v1')
-rw-r--r-- | Documentation/cgroup-v1/cpusets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroup-v1/cpusets.txt b/Documentation/cgroup-v1/cpusets.txt index e5ac5da86682..8402dd6de8df 100644 --- a/Documentation/cgroup-v1/cpusets.txt +++ b/Documentation/cgroup-v1/cpusets.txt @@ -615,7 +615,7 @@ to allocate a page of memory for that task. If a cpuset has its 'cpuset.cpus' modified, then each task in that cpuset will have its allowed CPU placement changed immediately. Similarly, -if a task's pid is written to another cpusets 'cpuset.tasks' file, then its +if a task's pid is written to another cpuset's 'tasks' file, then its allowed CPU placement is changed immediately. If such a task had been bound to some subset of its cpuset using the sched_setaffinity() call, the task will be allowed to run on any CPU allowed in its new cpuset, |