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>
This commit is contained in:

committed by
David S. Miller

parent
f594d63199
commit
a4fe34bf90
@@ -1697,8 +1697,6 @@ static int __init inet_init(void)
|
||||
ip_static_sysctl_init();
|
||||
#endif
|
||||
|
||||
tcp_prot.sysctl_mem = init_net.ipv4.sysctl_tcp_mem;
|
||||
|
||||
/*
|
||||
* Add all the base protocols.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user