Commit df7c6b9927f62d332db612ef51c3234993aafd8c
Committed by
Jiri Kosina
1 parent
8761e31c22
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
Documentation/cgroups/memory.txt
... | ... | @@ -194,7 +194,7 @@ |
194 | 194 | But see section 8.2: when moving a task to another cgroup, its pages may |
195 | 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 | 198 | When you do swapoff and make swapped-out pages of shmem(tmpfs) to |
199 | 199 | be backed into memory in force, charges for pages are accounted against the |
200 | 200 | caller of swapoff rather than the users of shmem. |