]> Pileus Git - ~andy/linux/commit
tcp_memcontrol: Remove the per netns control.
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 19 Oct 2013 23:25:36 +0000 (16:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:43:02 +0000 (18:43 -0400)
commita4fe34bf902b8f709c635ab37f1f39de0b86cff2
tree955c388e64c320eda8759bd970a5284473c8e1d5
parentf594d63199688ad568fb69f6a790b11d6d6d1ba5
tcp_memcontrol: Remove the per netns control.

The code that is implemented is per memory cgroup not per netns, and
having per netns bits is just confusing.  Remove the per netns bits to
make it easier to see what is really going on.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/ipv4.h
include/net/tcp.h
net/ipv4/af_inet.c
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_memcontrol.c
net/ipv6/af_inet6.c
net/ipv6/tcp_ipv6.c