Thread (17 messages) 17 messages, 3 authors, 2014-03-28

Re: [PATCH v2 net] ipv6: move DAD and addrconf_verify processing to workqueue

From: David Miller <davem@davemloft.net>
Date: 2014-03-27 17:15:51

From: Hannes Frederic Sowa <redacted>
Date: Wed, 26 Mar 2014 07:17:45 +0100
quoted hunk ↗ jump to hunk
@@ -751,7 +753,7 @@ void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp)
 
 	in6_dev_put(ifp->idev);
 
-	if (del_timer(&ifp->dad_timer))
+	if (cancel_delayed_work(&ifp->dad_work))
 		pr_notice("Timer is still running, when freeing ifa=%p\n", ifp);
 
 	if (ifp->state != INET6_IFADDR_STATE_DEAD) {
This pr_notice() needs to be adjusted, we are no longer using a timer.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help