diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-10-20 03:24:02 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-22 02:43:02 +0400 |
commit | cd91cce620907eb3c5b3e8b4d62aadf0a19baba9 (patch) | |
tree | bbd112c0c2a9a045cebaaa892205d03e49e31c23 /include/net/tcp_memcontrol.h | |
parent | 3167fe98ce88ba617300443b54f45549b39417c5 (diff) | |
download | linux-cd91cce620907eb3c5b3e8b4d62aadf0a19baba9.tar.xz |
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.h | 1 |
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 */ |