From 9349d6ff318818115d8c4e198888d76bdc31af6b Mon Sep 17 00:00:00 2001 From: Zhu Yanhai Date: Fri, 2 Dec 2011 14:13:04 +1100 Subject: [PATCH] Documentation/cgroups/memory.txt: fix typo It should be memsw.max_usage_in_bytes. This typo has been there for really a long time. Signed-off-by: Zhu Yanhai Acked-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton --- Documentation/cgroups/memory.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index cc0ebc5241b3..0f6b0f32c65d 100644 --- a/Documentation/cgroups/memory.txt +++ b/Documentation/cgroups/memory.txt @@ -61,7 +61,7 @@ Brief summary of control files. memory.failcnt # show the number of memory usage hits limits memory.memsw.failcnt # show the number of memory+Swap hits limits memory.max_usage_in_bytes # show max memory usage recorded - memory.memsw.usage_in_bytes # show max memory+Swap usage recorded + memory.memsw.max_usage_in_bytes # show max memory+Swap usage recorded memory.soft_limit_in_bytes # set/show soft limit of memory usage memory.stat # show various statistics memory.use_hierarchy # set/show hierarchical account enabled -- 2.39.5