Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
Jiri Kosina
df7c6b99 8761e31c

+1 -1
+1 -1
Documentation/cgroups/memory.txt
··· 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.