Skip to content

Commit 9b34a30

Browse files
wenjianhnakpm00
authored andcommitted
docs: admin-guide: cgroup-v1: update description of inactive_file
MADV_FREE pages have been moved into the LRU_INACTIVE_FILE list by commit f7ad2a6 ("mm: move MADV_FREE pages into LRU_INACTIVE_FILE list"). Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jian Wen <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 4a625ce commit 9b34a30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/admin-guide/cgroup-v1/memory.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ inactive_anon # of bytes of anonymous and swap cache memory on inactive
543543
LRU list.
544544
active_anon # of bytes of anonymous and swap cache memory on active
545545
LRU list.
546-
inactive_file # of bytes of file-backed memory on inactive LRU list.
546+
inactive_file # of bytes of file-backed memory and MADV_FREE anonymous memory(
547+
LazyFree pages) on inactive LRU list.
547548
active_file # of bytes of file-backed memory on active LRU list.
548549
unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
549550
=============== ===============================================================

0 commit comments

Comments
 (0)