[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1403680851.1960.28.camel@x220>
Date: Wed, 25 Jun 2014 09:20:51 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Tejun Heo <tj@...nel.org>, Li Zefan <lizefan@...wei.com>,
Randy Dunlap <rdunlap@...radead.org>
Cc: cgroups@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Documentation: memcg: use 'CONFIG_MEMCG_SWAP'
Commit c255a458055e ("memcg: rename config variables") renamed
CONFIG_CGROUP_MEM_RES_CTLR_SWAP to CONFIG_MEMCG_SWAP. It missed this use
of that macro due to two typos. Rename it too.
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
The second typo is bit subtle!
Documentation/cgroups/memcg_test.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/cgroups/memcg_test.txt b/Documentation/cgroups/memcg_test.txt
index 8870b0212150..3759237f8b2c 100644
--- a/Documentation/cgroups/memcg_test.txt
+++ b/Documentation/cgroups/memcg_test.txt
@@ -48,7 +48,7 @@ Please note that implementation details can be changed.
At cancel(), simply usage -= PAGE_SIZE.
-Under below explanation, we assume CONFIG_MEM_RES_CTRL_SWAP=y.
+Under below explanation, we assume CONFIG_MEMCG_SWAP=y.
4. Anonymous
Anonymous page is newly allocated at
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists