aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp_memcontrol.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2013-10-19 16:24:02 -0700
committerDavid S. Miller <davem@davemloft.net>2013-10-21 18:43:02 -0400
commitcd91cce620907eb3c5b3e8b4d62aadf0a19baba9 (patch)
treebbd112c0c2a9a045cebaaa892205d03e49e31c23 /include/net/tcp_memcontrol.h
parentMerge branch 'pci_set_drvdata' (diff)
downloadlinux-dev-cd91cce620907eb3c5b3e8b4d62aadf0a19baba9.tar.xz
linux-dev-cd91cce620907eb3c5b3e8b4d62aadf0a19baba9.zip
tcp_memcontrol: Remove tcp_max_memory
This function is never called. Remove it. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp_memcontrol.h')
-rw-r--r--include/net/tcp_memcontrol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp_memcontrol.h b/include/net/tcp_memcontrol.h
index 7df18bc43a97..88cdd1cb992e 100644
--- a/include/net/tcp_memcontrol.h
+++ b/include/net/tcp_memcontrol.h
@@ -14,6 +14,5 @@ struct tcp_memcontrol {
struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg);
int tcp_init_cgroup(struct mem_cgroup *memcg, struct cgroup_subsys *ss);
void tcp_destroy_cgroup(struct mem_cgroup *memcg);
-unsigned long long tcp_max_memory(const struct mem_cgroup *memcg);
void tcp_prot_mem(struct mem_cgroup *memcg, long val, int idx);
#endif /* _TCP_MEMCG_H */