]> Pileus Git - ~andy/linux/commit
tcp_memcontrol: Kill struct tcp_memcontrol
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 19 Oct 2013 23:26:19 +0000 (16:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:43:02 +0000 (18:43 -0400)
commit2e685cad57906e19add7189b5ff49dfb6aaa21d3
treed8e382e4e7e0a684284542b6aab8187e18b10a91
parenta4fe34bf902b8f709c635ab37f1f39de0b86cff2
tcp_memcontrol: Kill struct tcp_memcontrol

Replace the pointers in struct cg_proto with actual data fields and kill
struct tcp_memcontrol as it is not fully redundant.

This removes a confusing, unnecessary layer of abstraction.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
include/net/tcp_memcontrol.h
mm/memcontrol.c
net/ipv4/tcp_memcontrol.c