diff options
author | Johannes Weiner | 2016-01-14 15:21:02 -0800 |
---|---|---|
committer | Linus Torvalds | 2016-01-14 16:00:49 -0800 |
commit | 931f3f4beb031cd483c1c8ab159ef1f8bdbe8888 (patch) | |
tree | a750a9c4473befb6bb03cd96731a4d80e6aa567a /mm/memcontrol.c | |
parent | 8c2c2358b236530bc2c79b4c2a447cbdbc3d96d7 (diff) |
net: tcp_memcontrol: remove bogus hierarchy pressure propagation
When a cgroup currently breaches its socket memory limit, it enters
memory pressure mode for itself and its *ancestors*. This throttles
transmission in unrelated sibling and cousin subtrees that have nothing
to do with the breached limit.
On the contrary, breaching a limit should make that group and its
*children* enter memory pressure mode. But this happens already, albeit
lazily: if an ancestor limit is breached, siblings will enter memory
pressure on their own once the next packet arrives for them.
So no additional hierarchy code is needed. Remove the bogus stuff.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Vladimir Davydov <vdavydov@virtuozzo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memcontrol.c')
0 files changed, 0 insertions, 0 deletions