ipv6: addrlabel: remove refcounting
authorEric Dumazet <edumazet@google.com>
Mon, 9 Oct 2017 16:52:25 +0000 (09:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Oct 2017 17:47:30 +0000 (10:47 -0700)
commit2809c0957dbbd56d3a92e9ede27b19943fef7236
treea9c6c7eabe780b470cb52818872f78f2cee5899e
parent66c77ff3a049a1d182c9c78cc6286bb1ceee70db
ipv6: addrlabel: remove refcounting

After previous patch ("ipv6: addrlabel: rework ip6addrlbl_get()")
we can remove the refcount from struct ip6addrlbl_entry,
since it is no longer elevated in p6addrlbl_get()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrlabel.c