]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/memcg: warn about incomplete kmemcg state
authorVladimir Davydov <vdavydov@parallels.com>
Wed, 4 Jun 2014 23:07:28 +0000 (16:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:00 +0000 (16:54 -0700)
commit5408ab1b85f887159d3b4d30013fd9686fbb2fde
tree223fa43073e8b6e500a0abeb52c690beea173498
parent3f43e5dbc8a4485d6ae27ae75e7d1f3c5fccd2a0
Documentation/memcg: warn about incomplete kmemcg state

Kmemcg is currently under development and lacks some important features.
In particular, it does not have support of kmem reclaim on memory pressure
inside cgroup, which practically makes it unusable in real life.  Let's
warn about it in both Kconfig and Documentation to prevent complaints
arising.

Signed-off-by: Vladimir Davydov <vdavydov@parallels.com>
Acked-by: Michal Hocko <mhocko@suse.cz>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/cgroups/memory.txt
init/Kconfig