From: David Stevens [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcnt From: David Stevens 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. From: David Stevens Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/ipv6/anycast.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.20.1.orig/net/ipv6/anycast.c +++ linux-2.6.20.1/net/ipv6/anycast.c @@ -462,6 +462,7 @@ static inline struct ifacaddr6 *ac6_get_ break; } read_unlock_bh(&idev->lock); + in6_dev_put(idev); } return im; } -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/