]> git.neil.brown.name Git - history.git/commit
o ipv6: use revised net module infrastructure
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 3 May 2003 00:42:36 +0000 (21:42 -0300)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 3 May 2003 00:42:36 +0000 (21:42 -0300)
commit49bd36c74bed43c298e04d481df902a8f77756e8
tree51ca78ef0b0655b464817b185f5596e0cc11e435
parentc76abddf37257602d292300063d9bb3344a6abb1
o ipv6: use revised net module infrastructure

Using sk_set_owner and having THIS_MODULE in the struct proto_ops
registered with the core, also remove the MOD_{INC,DEC}_USE_COUNT,
as they are not needed anymore with this new net module infrastructure
for struct sock and struct socket. (well, see the netdev discussion :)
net/ipv6/af_inet6.c
net/ipv6/tcp_ipv6.c