commit | 122e4519cd5c224d4b8e681d368132b643e28f60 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Tue Mar 02 13:32:44 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 04 00:39:32 2010 -0800 |
tree | 1fe589902069d711663b027ba0a631971254b22e | |
parent | e5c1a0aa00ce94ab0cd669bb290c3ae4657242a3 [diff] |
IPv6: addrconf dad timer unnecessary bh_disable 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>