Skip to content
Commit 3d86e352 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'addrlabel-no-rtnl-locking'



Florian Westphal says:

====================
addrlabel: don't use rtnl locking

addrlabel doesn't appear to require rtnl lock as the addrlabel
table uses a spinlock to serialize add/delete operations.

Also, entries are reference counted so it should be safe
to call the rtnl ops without the rtnl mutex.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 6c766db6 a6f57028
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment