[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140327.131549.909533657131515923.davem@davemloft.net>
Date: Thu, 27 Mar 2014 13:15:49 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: hannes@...essinduktion.org
Cc: stephen@...workplumber.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 net] ipv6: move DAD and addrconf_verify processing
to workqueue
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
Date: Wed, 26 Mar 2014 07:17:45 +0100
> @@ -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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists