diff options
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 24932b9c03e8..2de5b1cbadd9 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -577,8 +577,8 @@ config CGROUP_MEM_RES_CTLR | |||
577 | could in turn add some fork/exit overhead. | 577 | could in turn add some fork/exit overhead. |
578 | 578 | ||
579 | config CGROUP_MEM_RES_CTLR_SWAP | 579 | config CGROUP_MEM_RES_CTLR_SWAP |
580 | bool "Memory Resource Controller Swap Extension(EXPERIMENTAL)" | 580 | bool "Memory Resource Controller Swap Extension" |
581 | depends on CGROUP_MEM_RES_CTLR && SWAP && EXPERIMENTAL | 581 | depends on CGROUP_MEM_RES_CTLR && SWAP |
582 | help | 582 | help |
583 | Add swap management feature to memory resource controller. When you | 583 | Add swap management feature to memory resource controller. When you |
584 | enable this, you can limit mem+swap usage per cgroup. In other words, | 584 | enable this, you can limit mem+swap usage per cgroup. In other words, |