[SOCK]: Drop inuse pcounter from struct proto (v2).

An uppercut - do not use the pcounter on struct proto.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Pavel Emelyanov
2008-03-28 16:39:33 -07:00
committed by David S. Miller
parent 60e7663d46
commit bdcde3d71a
12 changed files with 0 additions and 41 deletions

View File

@ -915,8 +915,6 @@ static struct timewait_sock_ops dccp_timewait_sock_ops = {
.twsk_obj_size = sizeof(struct inet_timewait_sock),
};
DEFINE_PROTO_INUSE(dccp_v4)
static struct proto dccp_v4_prot = {
.name = "DCCP",
.owner = THIS_MODULE,
@ -946,7 +944,6 @@ static struct proto dccp_v4_prot = {
.compat_setsockopt = compat_dccp_setsockopt,
.compat_getsockopt = compat_dccp_getsockopt,
#endif
REF_PROTO_INUSE(dccp_v4)
};
static struct net_protocol dccp_v4_protocol = {