addrlabel: add/delete/get can run without rtnl
authorFlorian Westphal <fw@strlen.de>
Tue, 29 Aug 2017 11:29:42 +0000 (13:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 16:41:56 +0000 (09:41 -0700)
commita6f57028d60328c06ea23982464de2f2e4a9ea3f
tree785f74d0482cc77e6ed699e44ce42b41499b4104
parent34504029b51ad96abfeb919ea196cb18f06dddac
addrlabel: add/delete/get can run without rtnl

There appears to be no need to use rtnl, addrlabel entries are refcounted
and add/delete is serialized by the addrlabel table spinlock.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrlabel.c