Re: [PATCH] cpuset: Fix documentation punctuation

Previous thread: RE: [PATCH 4/6] drivers:misc: sources for Init manager module by Pavan Savoy on Wednesday, March 24, 2010 - 2:46 pm. (1 message)

Next thread: mmotm 2010-03-24-14-48 uploaded by akpm on Wednesday, March 24, 2010 - 2:48 pm. (4 messages)
From: Greg Thelen
Date: Wednesday, March 24, 2010 - 2:48 pm

Fix cpusets.txt documentation punctuation.

Signed-off-by: Greg Thelen <gthelen@google.com>
---
 Documentation/cgroups/cpusets.txt |   38 ++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/Documentation/cgroups/cpusets.txt b/Documentation/cgroups/cpusets.txt
index 4160df8..51682ab 100644
--- a/Documentation/cgroups/cpusets.txt
+++ b/Documentation/cgroups/cpusets.txt
@@ -42,7 +42,7 @@ Nodes to a set of tasks.   In this document "Memory Node" refers to
 an on-line node that contains memory.
 
 Cpusets constrain the CPU and Memory placement of tasks to only
-the resources within a tasks current cpuset.  They form a nested
+the resources within a task's current cpuset.  They form a nested
 hierarchy visible in a virtual file system.  These are the essential
 hooks, beyond what is already present, required to manage dynamic
 job placement on large systems.
@@ -53,11 +53,11 @@ Documentation/cgroups/cgroups.txt.
 Requests by a task, using the sched_setaffinity(2) system call to
 include CPUs in its CPU affinity mask, and using the mbind(2) and
 set_mempolicy(2) system calls to include Memory Nodes in its memory
-policy, are both filtered through that tasks cpuset, filtering out any
+policy, are both filtered through that task's cpuset, filtering out any
 CPUs or Memory Nodes not in that cpuset.  The scheduler will not
 schedule a task on a CPU that is not allowed in its cpus_allowed
 vector, and the kernel page allocator will not allocate a page on a
-node that is not allowed in the requesting tasks mems_allowed vector.
+node that is not allowed in the requesting task's mems_allowed vector.
 
 User level code may create and destroy cpusets by name in the cgroup
 virtual file system, manage the attributes and permissions of these
@@ -121,9 +121,9 @@ Cpusets extends these two mechanisms as follows:
  - Each task in the system is attached to a cpuset, via a pointer
    in the task structure to a reference counted cgroup structure.
 ...
From: Randy Dunlap
Date: Wednesday, March 24, 2010 - 2:58 pm

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Jiri, would you merge this, please?

thanks,
-- 
~Randy
--

From: Jiri Kosina
Date: Thursday, March 25, 2010 - 2:12 am

Yup, applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--

From: Paul Menage
Date: Wednesday, March 24, 2010 - 5:48 pm

Acked-by: Paul Menage <menage@google.com>

Thanks,
--

Previous thread: RE: [PATCH 4/6] drivers:misc: sources for Init manager module by Pavan Savoy on Wednesday, March 24, 2010 - 2:46 pm. (1 message)

Next thread: mmotm 2010-03-24-14-48 uploaded by akpm on Wednesday, March 24, 2010 - 2:48 pm. (4 messages)