Skip to content

Commit 87f8d8f

Browse files
KrzpawJonathan Corbet
authored andcommitted
docs: cgroup-v1: replace dead CONFIG_MEM_RES_CTRL_SWAP symbol
Commit e55b9f9 ("mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbol") removed MEMCG_SWAP as it was just a shorthand for CONFIG_MEMCG && CONFIG_SWAP. The commit also adjusted the documentation but missed reference to CONFIG_MEM_RES_CTRL_SWAP, which was the previous name of CONFIG_MEMCG_SWAP before renaming in commit c255a45 ("memcg: rename config variables"). Update the reference to the current state. Signed-off-by: Krzysztof Pawlaczyk <[email protected]> Reviewed-by: Lukas Bulwahn <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 25bf1ba commit 87f8d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Please note that implementation details can be changed.
6262

6363
At cancel(), simply usage -= PAGE_SIZE.
6464

65-
Under below explanation, we assume CONFIG_MEM_RES_CTRL_SWAP=y.
65+
Under below explanation, we assume CONFIG_SWAP=y.
6666

6767
4. Anonymous
6868
============

0 commit comments

Comments
 (0)