]> git.baikalelectronics.ru Git - kernel.git/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)
commitee5b4e34a776f1dcbca11e5ff2f98c6dbb5e076a
treed8e382e4e7e0a684284542b6aab8187e18b10a91
parenta6e426bdf446fa8796b1450292f3b288185ee5a1
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