aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups/memory.txt
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-25 18:59:16 -0400
committerJiri Kosina <jkosina@suse.cz>2013-03-27 09:14:02 -0400
commitdf7c6b9927f62d332db612ef51c3234993aafd8c (patch)
treeeccded3e6b12db0b7f5b61e159ab511aa1cd2932 /Documentation/cgroups/memory.txt
parent8761e31c227f9751327196f170eba2b519eab48f (diff)
doc: Fix typo "CONFIG_CGROUP_CGROUP_MEMCG_SWAP"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/cgroups/memory.txt')
-rw-r--r--Documentation/cgroups/memory.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index 8b8c28b9864c..17b91e012de0 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -194,7 +194,7 @@ the cgroup that brought it in -- this will happen on memory pressure).
194But see section 8.2: when moving a task to another cgroup, its pages may 194But see section 8.2: when moving a task to another cgroup, its pages may
195be recharged to the new cgroup, if move_charge_at_immigrate has been chosen. 195be recharged to the new cgroup, if move_charge_at_immigrate has been chosen.
196 196
197Exception: If CONFIG_CGROUP_CGROUP_MEMCG_SWAP is not used. 197Exception: If CONFIG_MEMCG_SWAP is not used.
198When you do swapoff and make swapped-out pages of shmem(tmpfs) to 198When you do swapoff and make swapped-out pages of shmem(tmpfs) to
199be backed into memory in force, charges for pages are accounted against the 199be backed into memory in force, charges for pages are accounted against the
200caller of swapoff rather than the users of shmem. 200caller of swapoff rather than the users of shmem.