[IPV6]: Add ndisc_netdev_notifier unregister.
authorDmitry Mishin <dim@openvz.org>
Sat, 4 Nov 2006 00:08:19 +0000 (16:08 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 5 Nov 2006 22:11:33 +0000 (14:11 -0800)
commit36f73d0c3b7efa72cd8b89f2d429ff39bc12f15c
treed0d16b977438055ae2e6f26884b36a8604619766
parentdb38c179a759a9c4722525e8c9f09ac80e372377
[IPV6]: Add ndisc_netdev_notifier unregister.

If inet6_init() fails later than ndisc_init() call, or IPv6 module is
unloaded, ndisc_netdev_notifier call remains in the list and will follows in
oops later.

Signed-off-by: Dmitry Mishin <dim@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c