diff options
-rw-r--r-- | Documentation/cgroups/memory.txt | 2 |
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). | |||
194 | But see section 8.2: when moving a task to another cgroup, its pages may | 194 | But see section 8.2: when moving a task to another cgroup, its pages may |
195 | be recharged to the new cgroup, if move_charge_at_immigrate has been chosen. | 195 | be recharged to the new cgroup, if move_charge_at_immigrate has been chosen. |
196 | 196 | ||
197 | Exception: If CONFIG_CGROUP_CGROUP_MEMCG_SWAP is not used. | 197 | Exception: If CONFIG_MEMCG_SWAP is not used. |
198 | When you do swapoff and make swapped-out pages of shmem(tmpfs) to | 198 | When you do swapoff and make swapped-out pages of shmem(tmpfs) to |
199 | be backed into memory in force, charges for pages are accounted against the | 199 | be backed into memory in force, charges for pages are accounted against the |
200 | caller of swapoff rather than the users of shmem. | 200 | caller of swapoff rather than the users of shmem. |