Documentation: Fix 'file_mapped' -> 'mapped_file'
authorFlorian Schmidt <florian.schmidt@neclab.eu>
Tue, 30 Jan 2018 16:42:13 +0000 (17:42 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 30 Jan 2018 17:52:11 +0000 (09:52 -0800)
There is no entry file_mapped in the memory.stat file. This looks like a
simple word flip that's gone unnoticed since 2010 (dc10e281f5fc,
memcg: update documentation).

Signed-off-by: Florian Schmidt <florian.schmidt@neclab.eu>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/cgroup-v1/memory.txt

index cefb6363907003581efe476f569b4bd5660ca194..a4af2e124e246fefd1aafd21c22cd20c43f1248f 100644 (file)
@@ -524,9 +524,9 @@ Note:
        Only anonymous and swap cache memory is listed as part of 'rss' stat.
        This should not be confused with the true 'resident set size' or the
        amount of physical memory used by the cgroup.
-       'rss + file_mapped" will give you resident set size of cgroup.
+       'rss + mapped_file" will give you resident set size of cgroup.
        (Note: file and shmem may be shared among other cgroups. In that case,
-        file_mapped is accounted only when the memory cgroup is owner of page
+        mapped_file is accounted only when the memory cgroup is owner of page
         cache.)
 
 5.3 swappiness