diff options
author | 2013-09-29 13:41:34 -0700 | |
---|---|---|
committer | 2013-09-30 22:28:58 -0700 | |
commit | 9260d3e1013701aa814d10c8fc6a9f92bd17d643 (patch) | |
tree | 16adfb29127e0f28451e3a42bf0b1242ec5c10e7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put (diff) | |
download | linux-dev-9260d3e1013701aa814d10c8fc6a9f92bd17d643.tar.xz linux-dev-9260d3e1013701aa814d10c8fc6a9f92bd17d643.zip |
ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put
It is possible for the timer handlers to run after the call to
ipv6_mc_down so use in6_dev_put instead of __in6_dev_put in the
handler function in order to do proper cleanup when the refcnt
reaches 0. Otherwise, the refcnt can reach zero without the
inet6_dev being destroyed and we end up leaking a reference to
the net_device and see messages like the following,
unregister_netdevice: waiting for eth0 to become free. Usage count = 1
Tested on linux-3.4.43.
Signed-off-by: Salam Noureddine <noureddine@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions