Merge branch 'pernet_sysctls'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:43:46 +0000 (18:43 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:43:46 +0000 (18:43 -0400)
Eric W. Biederman says:

====================
ipv4: tcp_memcontrol and userns sysctls

While looking into allowing the ipv4 sysctls to be used in a network
namespace I stumbled upon the mess that is tcp_memcontrol.

I remove the dead code, broken code, and excessive abstraction in the
tcp_memcontrols then I clean up up and allow in the user namespace the
per net ipv4 sysctls.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge