[PATCH 063/100] ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put

2013-10-11 Thread Luis Henriques
3.5.7.23 -stable review patch. If anyone has any objections, please let me know. -- From: Salam Noureddine commit 9260d3e1013701aa814d10c8fc6a9f92bd17d643 upstream. It is possible for the timer handlers to run after the call to ipv6_mc_down so use in6_dev_put instead of

[PATCH 063/100] ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put

2013-10-11 Thread Luis Henriques
3.5.7.23 -stable review patch. If anyone has any objections, please let me know. -- From: Salam Noureddine nouredd...@aristanetworks.com commit 9260d3e1013701aa814d10c8fc6a9f92bd17d643 upstream. It is possible for the timer handlers to run after the call to ipv6_mc_down so