linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: admin-guide: cgroup-v1: update description of inactive_file
@ 2022-11-11  3:46 Jian Wen
  0 siblings, 0 replies; only message in thread
From: Jian Wen @ 2022-11-11  3:46 UTC (permalink / raw)
  To: linux-kernel, linux-mm; +Cc: Jian Wen, akpm, wenjianhn

MADV_FREE pages have been moved into the LRU_INACTIVE_FILE list by
commit f7ad2a6cb9f7 ("mm: move MADV_FREE pages into LRU_INACTIVE_FILE list").

Signed-off-by: Jian Wen <wenjian1@xiaomi.com>
---
 Documentation/admin-guide/cgroup-v1/memory.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/cgroup-v1/memory.rst b/Documentation/admin-guide/cgroup-v1/memory.rst
index 5b86245450bd..60370f2c67b9 100644
--- a/Documentation/admin-guide/cgroup-v1/memory.rst
+++ b/Documentation/admin-guide/cgroup-v1/memory.rst
@@ -543,7 +543,8 @@ 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
 		LRU list.
-inactive_file	# of bytes of file-backed memory on inactive LRU list.
+inactive_file	# of bytes of file-backed memory and MADV_FREE anonymous memory(
+                LazyFree pages) 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).
 =============== ===============================================================
-- 
2.25.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-11  3:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11  3:46 [PATCH] docs: admin-guide: cgroup-v1: update description of inactive_file Jian Wen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox