]> Git Repo - linux.git/commitdiff
Documentation/cgroups/memory.txt: fix stat file documentation
authorAaro Koskinen <[email protected]>
Wed, 19 Jun 2013 12:34:29 +0000 (15:34 +0300)
committerJiri Kosina <[email protected]>
Mon, 24 Jun 2013 09:22:44 +0000 (11:22 +0200)
Documentation for inactive_anon / active_anon was mixed up. Fix that.

Signed-off-by: Aaro Koskinen <[email protected]>
Acked-by: Rob Landley <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Documentation/cgroups/memory.txt

index 3aaf7870a93eb6b87a868c67622cab45006cdcaf..98e4db5ba8d17efa9fdba836758a4ba3dc4b9c69 100644 (file)
@@ -490,10 +490,10 @@ pgpgin            - # of charging events to the memory cgroup. The charging
 pgpgout                - # of uncharging events to the memory cgroup. The uncharging
                event happens each time a page is unaccounted from the cgroup.
 swap           - # of bytes of swap usage
-inactive_anon  - # of bytes of anonymous memory and swap cache memory on
+inactive_anon  - # of bytes of anonymous and swap cache memory on inactive
                LRU list.
 active_anon    - # of bytes of anonymous and swap cache memory on active
-               inactive LRU list.
+               LRU list.
 inactive_file  - # of bytes of file-backed memory on inactive LRU list.
 active_file    - # of bytes of file-backed memory on active LRU list.
 unevictable    - # of bytes of memory that cannot be reclaimed (mlocked etc).
This page took 0.050184 seconds and 4 git commands to generate.