Commit a15e41909ccf535e568ea311cf926a1924ad63d6

Authored by Aaro Koskinen
Committed by Jiri Kosina
1 parent faa5273c9c

Documentation/cgroups/memory.txt: fix stat file documentation

Documentation for inactive_anon / active_anon was mixed up. Fix that.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nsn.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

Documentation/cgroups/memory.txt
... ... @@ -490,10 +490,10 @@
490 490 pgpgout - # of uncharging events to the memory cgroup. The uncharging
491 491 event happens each time a page is unaccounted from the cgroup.
492 492 swap - # of bytes of swap usage
493   -inactive_anon - # of bytes of anonymous memory and swap cache memory on
  493 +inactive_anon - # of bytes of anonymous and swap cache memory on inactive
494 494 LRU list.
495 495 active_anon - # of bytes of anonymous and swap cache memory on active
496   - inactive LRU list.
  496 + LRU list.
497 497 inactive_file - # of bytes of file-backed memory on inactive LRU list.
498 498 active_file - # of bytes of file-backed memory on active LRU list.
499 499 unevictable - # of bytes of memory that cannot be reclaimed (mlocked etc).