[PATCH 062/100] ipv4 igmp: use in_dev_put in timer handlers instead of __in_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 e2401654dd0f5f3fb7a8d80dad9554d73d7ca394 upstream. It is possible for the timer handlers to run after the call to ip_mc_down so use in_dev_put instead of

[PATCH 062/100] ipv4 igmp: use in_dev_put in timer handlers instead of __in_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 e2401654dd0f5f3fb7a8d80dad9554d73d7ca394 upstream. It is possible for the timer handlers to run after the call to ip_mc_down so use