diff options
| author | Pavel Emelyanov <[email protected]> | 2008-03-28 23:39:33 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-03-28 23:39:33 +0000 |
| commit | bdcde3d71a67e97f25e851f3ca97c9bb5ef03e7f (patch) | |
| tree | eab4a66777582718ffe2eff9038324331106ec18 /net/ipv6/tcp_ipv6.c | |
| parent | [SOCK]: Drop per-proto inuse init and fre functions (v2). (diff) | |
| download | kernel-bdcde3d71a67e97f25e851f3ca97c9bb5ef03e7f.tar.gz kernel-bdcde3d71a67e97f25e851f3ca97c9bb5ef03e7f.zip | |
[SOCK]: Drop inuse pcounter from struct proto (v2).
An uppercut - do not use the pcounter on struct proto.
Signed-off-by: Pavel Emelyanov <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 323c7e06ef43..6d851c3c3db9 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -2140,8 +2140,6 @@ void tcp6_proc_exit(struct net *net) } #endif -DEFINE_PROTO_INUSE(tcpv6) - struct proto tcpv6_prot = { .name = "TCPv6", .owner = THIS_MODULE, @@ -2177,7 +2175,6 @@ struct proto tcpv6_prot = { .compat_setsockopt = compat_tcp_setsockopt, .compat_getsockopt = compat_tcp_getsockopt, #endif - REF_PROTO_INUSE(tcpv6) }; static struct inet6_protocol tcpv6_protocol = { |
