]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] IPV6: /proc/net/anycast6 unbalanced inet6_dev refcnt
authorDavid Stevens <dlstevens@us.ibm.com>
Tue, 27 Feb 2007 00:28:56 +0000 (16:28 -0800)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Aug 2007 15:24:17 +0000 (17:24 +0200)
commitac82581f098be0d3f6ef011d2b168181f4f79a0e
treea44cc47a62ff78ff7518e121976793eff089302e
parent8c25e9c9cd1fed0d5f57075b584c39a4b9af9830
[PATCH] IPV6: /proc/net/anycast6 unbalanced inet6_dev refcnt

Reading /proc/net/anycast6 when there is no anycast address
on an interface results in an ever-increasing inet6_dev reference
count, as well as a reference to the netdevice you can't get rid of.

Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Marcus Meissner <meissner@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Willy Tarreau <w@1wt.eu>
net/ipv6/anycast.c