Searched hist:"18943 d292facbc70e6a36fc62399ae833f64671b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | igmp.c | diff 18943d292facbc70e6a36fc62399ae833f64671b Mon Nov 08 05:15:54 CST 2010 Eric Dumazet <eric.dumazet@gmail.com> inet: fix ip_mc_drop_socket()
commit 8723e1b4ad9be4444 (inet: RCU changes in inetdev_by_index()) forgot one call site in ip_mc_drop_socket()
We should not decrease idev refcount after inetdev_by_index() call, since refcount is not increased anymore.
Reported-by: Markus Trippelsdorf <markus@trippelsdorf.de> Reported-by: Miles Lane <miles.lane@gmail.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|