commit | 66c77ff3a049a1d182c9c78cc6286bb1ceee70db | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Oct 09 09:52:24 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 09 10:47:30 2017 -0700 |
tree | d856614a6a619320ac27228f043013f3e8ea152c | |
parent | 1ee87d7a315aaf42b999c376dec508c8b3728b12 [diff] |
ipv6: addrlabel: rework ip6addrlbl_get() If we allocate skb before the lookup, we can use RCU without the need of ip6addrlbl_hold() This means that the following patch can get rid of refcounting. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>