]> 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)
commit301559ce7c4660233389d588295a1b5938200a09
treed8e382e4e7e0a684284542b6aab8187e18b10a91
parentd7c83fe10e064b1a4c750e76c93a272f3514235e
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