[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>

authored by David Stevens and committed by David S. Miller aa6e4a96 1267cd76

+1
+1
net/ipv6/anycast.c
··· 461 break; 462 } 463 read_unlock_bh(&idev->lock); 464 } 465 return im; 466 }
··· 461 break; 462 } 463 read_unlock_bh(&idev->lock); 464 + in6_dev_put(idev); 465 } 466 return im; 467 }