]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv6: move in6_dev_finish_destroy() into core kernel
authorCong Wang <amwang@redhat.com>
Sat, 31 Aug 2013 05:44:35 +0000 (13:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2013 02:30:00 +0000 (22:30 -0400)
commitf39dc1023d6b9933528638a0c2dd618b4fdf664e
tree827325cb95d1edf0e4b928c80539d5d962da556d
parente15a00aafa4b7953ad717d3cb1ad7acf4ff76945
ipv6: move in6_dev_finish_destroy() into core kernel

in6_dev_put() will be needed by vxlan module, so is
in6_dev_finish_destroy().

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c
net/ipv6/addrconf_core.c