Skip to content

Commit

Permalink
Documentation: cpuset: Fix 'cpuset.tasks' -> 'tasks'
Browse files Browse the repository at this point in the history
This looks like it was accidentally caught up in e21a05c (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>
  • Loading branch information
W. Trevor King authored and Jonathan Corbet committed Jan 13, 2017
1 parent e57ae44 commit 43d8808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/cgroup-v1/cpusets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 43d8808

Please sign in to comment.