IPv6: addrconf dad timer unnecessary bh_disable
authorstephen hemminger <shemminger@vyatta.com>
Tue, 2 Mar 2010 13:32:44 +0000 (13:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Mar 2010 08:39:32 +0000 (00:39 -0800)
Timer code runs in bottom half, so there is no need for
using _bh form of locking.  Also check if device is not ready
to avoid race with address that is no longer active.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c

Simple merge